reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

gen/lib/Target/Hexagon/HexagonGenRegisterInfo.inc
  258 enum {
include/llvm/ADT/APInt.h
   69 class LLVM_NODISCARD APInt {
include/llvm/ADT/APSInt.h
   21 class LLVM_NODISCARD APSInt : public APInt {
include/llvm/ADT/BitVector.h
   73 class BitVector {
include/llvm/ADT/StringRef.h
   54   class StringRef {
include/llvm/Analysis/IVDescriptors.h
  260 class InductionDescriptor {
include/llvm/Analysis/MemoryLocation.h
  174 class MemoryLocation {
include/llvm/Analysis/ScalarEvolution.h
  326   enum IncrementWrapFlags {
include/llvm/Analysis/ValueLattice.h
   26 class ValueLatticeElement {
include/llvm/Analysis/VectorUtils.h
  612   struct StrideDescriptor {
include/llvm/BinaryFormat/Dwarf.h
   70 enum DwarfFormat : uint8_t { DWARF32, DWARF64 };
include/llvm/BinaryFormat/MachO.h
 1440 enum CPUSubTypeX86 {
 1477 enum CPUSubTypeARM {
 1493 enum CPUSubTypeARM64 {
include/llvm/CodeGen/DwarfStringPoolEntry.h
   20 struct DwarfStringPoolEntry {
include/llvm/CodeGen/ISDOpcodes.h
   38   enum NodeType {
include/llvm/CodeGen/MachineFrameInfo.h
  110   enum SSPLayoutKind {
include/llvm/CodeGen/Register.h
   19 class Register {
include/llvm/CodeGen/SelectionDAGNodes.h
  123 class SDValue {
include/llvm/CodeGen/SlotIndexes.h
   83   class SlotIndex {
include/llvm/CodeGen/StackMaps.h
  242   struct FunctionInfo {
include/llvm/CodeGen/TargetInstrInfo.h
  432   struct RegSubRegPair {
include/llvm/CodeGen/ValueTypes.h
   33   struct EVT {
include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
   22 class DWARFAbbreviationDeclarationSet {
include/llvm/Demangle/MicrosoftDemangleNodes.h
   55 enum class PointerAffinity { None, Pointer, Reference, RValueReference };
include/llvm/ExecutionEngine/JITSymbol.h
   56 class JITSymbolFlags {
  190 class JITEvaluatedSymbol {
  219 class JITSymbol {
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
  102   struct PerDylibResources {
  197   struct LogicalDylib {
include/llvm/ExecutionEngine/Orc/Core.h
  659   class SymbolTableEntry {
include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
   50 class SymbolStringPtr {
include/llvm/IR/Attributes.h
  214 class AttributeSet {
include/llvm/IR/Comdat.h
   31 class Comdat {
include/llvm/IR/ConstantRange.h
   47 class LLVM_NODISCARD ConstantRange {
include/llvm/IR/DebugInfoMetadata.h
 2447   struct FragmentInfo {
include/llvm/IR/GlobalValue.h
   47   enum LinkageTypes {
include/llvm/IR/ModuleSummaryIndex.h
   53 struct CalleeInfo {
include/llvm/IR/TrackingMDRef.h
   25 class TrackingMDRef {
include/llvm/IR/ValueHandle.h
  181 class WeakTrackingVH : public ValueHandleBase {
include/llvm/LTO/legacy/LTOModule.h
   40   struct NameAndAttributes {
include/llvm/MC/ConstantPools.h
   44 class ConstantPool {
include/llvm/MC/MCAsmMacro.h
  142 struct MCAsmMacro {
include/llvm/MCA/Support.h
   50 class ResourceCycles {
include/llvm/Object/MachO.h
   43 class DiceRef {
include/llvm/Object/ObjectFile.h
   81 class SectionRef {
include/llvm/ProfileData/InstrProf.h
  685 struct InstrProfRecord {
include/llvm/Support/BinaryStreamRef.h
  200 struct BinarySubstreamRef {
include/llvm/Support/BlockFrequency.h
   24 class BlockFrequency {
include/llvm/Support/Error.h
  157 class LLVM_NODISCARD Error {
  324 class ErrorSuccess final : public Error {};
include/llvm/Support/LowLevelTypeImpl.h
   39 class LLT {
include/llvm/Support/MachineValueType.h
   30   class MVT {
include/llvm/Support/SMLoc.h
   23 class SMLoc {
include/llvm/Support/TypeSize.h
   23 class ElementCount {
lib/Bitcode/Writer/ValueEnumerator.h
   73   struct MDIndex {
lib/CodeGen/AsmPrinter/AddressPool.h
   24   struct AddressPoolEntry {
lib/CodeGen/MIRPrinter.cpp
   85 struct FrameIndexOperand {
lib/CodeGen/MachineBlockPlacement.cpp
 1146   struct TriangleChain {
lib/DebugInfo/DWARF/DWARFContext.cpp
 1359 struct DWARFSectionMap final : public DWARFSection {
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.h
  129   class NormalizedSection {
lib/Target/AArch64/AArch64PromoteConstant.cpp
   95   struct PromotedConstant {
lib/Target/AArch64/AArch64StackTagging.cpp
  269   struct AllocaInfo {
lib/Target/AMDGPU/AMDGPUAsmPrinter.h
   42   struct SIFunctionResourceInfo {
lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.h
   40   struct FuncInfo {
lib/Target/AMDGPU/SIDefines.h
  193   enum : unsigned {
lib/Target/Hexagon/HexagonBitTracker.h
   61   struct ExtType {
lib/Target/Hexagon/HexagonBlockRanges.h
  122   class InstrIndexMap {
lib/Target/Hexagon/HexagonGenInsert.cpp
   91   struct RegisterSet : private BitVector {
lib/Target/Hexagon/HexagonGenMux.cpp
   91     struct CondsetInfo {
   99     struct DefUseInfo {
lib/Target/Hexagon/HexagonGenPredicate.cpp
   49   struct RegisterSubReg {
lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h
   26   enum Predicate {
lib/Target/X86/X86WinAllocaExpander.cpp
   43   enum Lowering { TouchAndSub, Sub, Probe };
lib/Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h
   64   struct Info {
lib/Transforms/IPO/WholeProgramDevirt.cpp
  406 struct VTableSlotInfo {
lib/Transforms/Instrumentation/GCOVProfiling.cpp
  284   class GCOVBlock : public GCOVRecord {
lib/Transforms/ObjCARC/PtrState.h
   56 struct RRInfo {
  168 struct BottomUpPtrState : PtrState {
  189 struct TopDownPtrState : PtrState {
lib/Transforms/Scalar/ADCE.cpp
   85 struct BlockInfoType {
lib/Transforms/Scalar/GVNHoist.cpp
  163 enum : unsigned { InvalidVN = ~2U };
lib/Transforms/Scalar/LoopStrengthReduce.cpp
  208 class RegSortData {
lib/Transforms/Scalar/LoopUnswitch.cpp
  107     struct LoopProperties {
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  660 class BDVState {
lib/Transforms/Scalar/SCCP.cpp
   79 class LatticeVal {
tools/clang/include/clang/AST/BaseSubobject.h
   30 class BaseSubobject {
tools/clang/include/clang/AST/CXXInheritance.h
  280 class OverridingMethods {
tools/clang/include/clang/AST/CharUnits.h
   38   class CharUnits {
tools/clang/include/clang/AST/DeclBase.h
 1195 class DeclContextLookupResult {
tools/clang/include/clang/AST/DeclContextInternals.h
   34 struct StoredDeclsList {
tools/clang/include/clang/AST/RecordLayout.h
   40   struct VBaseInfo {
tools/clang/include/clang/AST/Type.h
  643 class QualType {
tools/clang/include/clang/AST/VTableBuilder.h
  235   struct AddressPointLocation {
tools/clang/include/clang/Analysis/CloneDetection.h
   33 class StmtSequence {
tools/clang/include/clang/Basic/Diagnostic.h
  359     struct File {
tools/clang/include/clang/Basic/DiagnosticIDs.h
   98 class DiagnosticMapping {
tools/clang/include/clang/Basic/IdentifierTable.h
  672 class Selector {
tools/clang/include/clang/Basic/Sanitizers.h
   29 class SanitizerMask {
tools/clang/include/clang/Basic/SourceLocation.h
   38 class FileID {
   86 class SourceLocation {
  196 class SourceRange {
tools/clang/include/clang/Edit/EditedSource.h
   40   struct FileEdit {
tools/clang/include/clang/Frontend/VerifyDiagnosticConsumer.h
  277   class UnparsedFileStatus {
tools/clang/include/clang/Lex/DirectoryLookup.h
   31 class DirectoryLookup {
tools/clang/include/clang/Lex/HeaderSearch.h
  146 struct FrameworkCacheEntry {
tools/clang/include/clang/Lex/ModuleMap.h
  245   struct InferredDirectory {
tools/clang/include/clang/Lex/Preprocessor.h
  578   class MacroState {
  728   struct SubmoduleState {
tools/clang/include/clang/Rewrite/Core/RewriteBuffer.h
   25 class RewriteBuffer {
tools/clang/include/clang/Sema/Sema.h
 3486   struct TypoExprState {
tools/clang/include/clang/Sema/Weak.h
   24 class WeakInfo {
tools/clang/include/clang/Serialization/ASTReader.h
  527   enum class PendingFakeDefinitionKind { NotFake, Fake, FakeLoaded };
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  598 class MemRegionVal : public Loc {
tools/clang/lib/CodeGen/CGBlocks.h
  109 class BlockFieldFlags {
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
  439   struct MappedVarData {
tools/clang/lib/CodeGen/CGValue.h
   38 class RValue {
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
   37 struct VBTableGlobals {
tools/clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
   26   struct MangledSymbol {
tools/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
   31   struct IncludedFile {
tools/clang/lib/Serialization/GlobalModuleIndex.cpp
  392   struct ModuleFileInfo {
  402   struct ImportedModuleFileInfo {
tools/clang/tools/extra/clangd/SourceCode.h
  210 struct Edit {
tools/clang/tools/extra/clangd/index/Ref.h
   69 class RefSlab {
tools/clang/tools/extra/clangd/index/SymbolID.h
   31 class SymbolID {
tools/clang/utils/TableGen/ClangAttrEmitter.cpp
 3905 class SpellingList {
tools/clang/utils/TableGen/NeonEmitter.cpp
 2137   struct OverloadInfo {
tools/dsymutil/DebugMap.h
  139   struct SymbolMapping {
tools/lldb/include/lldb/Utility/Listener.h
  100   struct BroadcasterInfo {
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  435   struct SignatureStr {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h
  117   class ParserVars {
  161   struct JITVars {
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.h
   91 class PdbSymUid {
tools/llvm-mca/Views/BottleneckAnalysis.h
  122   struct InstructionPressureInfo {
tools/opt/Debugify.h
   29 struct DebugifyStatistics {
tools/polly/include/polly/ScopDetection.h
   79 struct MemAcc {
  120   struct DetectionContext {
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 2626 class set {
tools/sancov/sancov.cpp
  147 struct CoveragePoint {
unittests/ADT/DenseMapTest.cpp
   34 class CtorTester {
unittests/ADT/StringMapTest.cpp
  318 struct StringMapTestStruct {
  337 struct MoveOnly {
  388 struct Countable {
unittests/XRay/GraphTest.cpp
   19 struct VAttr {
   22 struct EAttr {
usr/include/c++/7.4.0/bits/stl_pair.h
  521   template<typename _T1, typename _T2>
utils/TableGen/CodeGenDAGPatterns.h
  449 class SDNodeInfo {
 1015 class DAGInstruction {
utils/TableGen/CodeGenHwModes.h
   34   struct HwModeSelect {
utils/TableGen/CodeGenIntrinsics.h
  142   enum ArgAttribute {
utils/unittest/googletest/include/gtest/internal/gtest-internal.h
  504 struct CodeLocation {