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

Definitions

gen/lib/Target/Hexagon/HexagonGenRegisterInfo.inc
  258 enum {
gen/unittests/TableGen/AutomataTables.inc
    2 enum BinRequirementKindEnum {
   23 enum SymKind {
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/FoldingSet.h
  305 class FoldingSetNodeID {
include/llvm/ADT/None.h
   22 enum class NoneType { None = 1 };
include/llvm/ADT/StringRef.h
   54   class StringRef {
include/llvm/Analysis/AliasAnalysis.h
   78 enum AliasResult : uint8_t {
include/llvm/Analysis/BlockFrequencyInfoImpl.h
   82 class BlockMass {
include/llvm/Analysis/CGSCCPassManager.h
  576     struct CallCount {
include/llvm/Analysis/IVDescriptors.h
  260 class InductionDescriptor {
include/llvm/Analysis/MemoryLocation.h
  174 class MemoryLocation {
include/llvm/Analysis/PHITransAddr.h
   35 class PHITransAddr {
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 };
  109 enum Form : uint16_t {
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/GlobalISel/LegalizerInfo.h
   44 enum LegalizeAction : std::uint8_t {
include/llvm/CodeGen/ISDOpcodes.h
   38   enum NodeType {
include/llvm/CodeGen/MachineFrameInfo.h
  110   enum SSPLayoutKind {
include/llvm/CodeGen/MachineMemOperand.h
  129   enum Flags : uint16_t {
include/llvm/CodeGen/Register.h
   19 class Register {
include/llvm/CodeGen/ScheduleDAG.h
   49   class SDep {
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/TargetCallingConv.h
   27   struct ArgFlagsTy {
include/llvm/CodeGen/TargetInstrInfo.h
  432   struct RegSubRegPair {
include/llvm/CodeGen/ValueTypes.h
   33   struct EVT {
include/llvm/DebugInfo/DIContext.h
   30 struct DILineInfo {
include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
   22 class DWARFAbbreviationDeclarationSet {
include/llvm/DebugInfo/DWARF/DWARFDie.h
   42 class DWARFDie {
include/llvm/DebugInfo/PDB/Native/RawTypes.h
   40 struct PSHashRecord {
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/SpeculateAnalyses.h
   50   struct WalkDirection {
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/DerivedTypes.h
  170 class FunctionCallee {
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/LaneBitmask.h
   39   struct LaneBitmask {
include/llvm/MC/MCAsmMacro.h
  142 struct MCAsmMacro {
include/llvm/MCA/Support.h
   50 class ResourceCycles {
include/llvm/Object/Archive.h
   87   class Child {
include/llvm/Object/MachO.h
   43 class DiceRef {
include/llvm/Object/ObjectFile.h
   81 class SectionRef {
  160 class SymbolRef : public BasicSymbolRef {
include/llvm/ProfileData/GCOV.h
  409   struct GCOVCoverage {
include/llvm/ProfileData/InstrProf.h
  685 struct InstrProfRecord {
include/llvm/Support/BinaryStreamReader.h
   31 class BinaryStreamReader {
include/llvm/Support/BinaryStreamRef.h
  200 struct BinarySubstreamRef {
include/llvm/Support/BinaryStreamWriter.h
   31 class BinaryStreamWriter {
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 {
   32     enum SimpleValueType : uint8_t {
include/llvm/Support/SMLoc.h
   23 class SMLoc {
   48 class SMRange {
include/llvm/Support/TypeSize.h
   23 class ElementCount {
include/llvm/Support/X86DisassemblerDecoderCommon.h
  441 enum OperandType {
include/llvm/Transforms/IPO/DeadArgumentElimination.h
   44   struct RetOrArg {
lib/Analysis/AliasAnalysisSummary.h
  111 struct InterfaceValue {
lib/Analysis/LoopAccessAnalysis.cpp
 2135 struct PointerBounds {
lib/Analysis/StratifiedSets.h
   32 struct StratifiedInfo {
lib/Bitcode/Writer/ValueEnumerator.h
   73   struct MDIndex {
lib/CodeGen/AggressiveAntiDepBreaker.h
   43     struct RegisterReference {
lib/CodeGen/AsmPrinter/AddressPool.h
   24   struct AddressPoolEntry {
lib/CodeGen/LiveDebugVariables.cpp
  100 class DbgValueLocation {
lib/CodeGen/MIRPrinter.cpp
   85 struct FrameIndexOperand {
lib/CodeGen/MachineBlockPlacement.cpp
  326   struct WeightedEdge {
 1146   struct TriangleChain {
lib/CodeGen/PeepholeOptimizer.cpp
  282   class ValueTrackerResult {
lib/DebugInfo/DWARF/DWARFContext.cpp
 1359 struct DWARFSectionMap final : public DWARFSection {
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.h
  129   class NormalizedSection {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
  118 class RelocationEntry {
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/AMDGPU/SIMachineScheduler.h
   56 enum SIScheduleBlockLinkKind {
lib/Target/ARM/Utils/ARMBaseInfo.h
   30 enum CondCodes { // Meaning (integer)          Meaning (floating-point)
lib/Target/BPF/BPFAbstractMemberAccess.cpp
  117   struct CallInfo {
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/Hexagon/RDFRegisters.h
   71   struct RegisterRef {
  157   struct RegisterAggr {
lib/Target/Lanai/LanaiCondCode.h
   10 enum CondCode {
lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h
   26   enum Predicate {
lib/Target/X86/MCTargetDesc/X86BaseInfo.h
   75   enum CondCode {
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/GlobalDecl.h
   40 class GlobalDecl {
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/PartialDiagnostic.h
   35 class PartialDiagnostic {
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 {
  345 class FullSourceLoc : public SourceLocation {
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 {
 7691     enum SynthesisKind {
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
   75 class SVal {
  598 class MemRegionVal : public Loc {
tools/clang/lib/AST/VTableBuilder.cpp
  827   struct MethodInfo {
 2403   struct MethodInfo {
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 {
  166 class LValue {
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/Sema/SemaChecking.cpp
12558   struct Usage {
tools/clang/lib/Sema/SemaOverload.cpp
 9695 enum OverloadCandidateSelect {
tools/clang/lib/Serialization/GlobalModuleIndex.cpp
  392   struct ModuleFileInfo {
  402   struct ImportedModuleFileInfo {
tools/clang/tools/extra/clang-tidy/utils/ExceptionAnalyzer.h
   40   class ExceptionInfo {
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
  116 class TypeSpec : public std::string {
 2137   struct OverloadInfo {
tools/dsymutil/DebugMap.h
  139   struct SymbolMapping {
tools/lld/ELF/SyntheticSections.h
  330     struct PageBlock {
tools/lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp
   34 struct CompactUnwindEntry {
tools/lldb/include/lldb/Symbol/ClangASTImporter.h
   86   struct LayoutInfo {
tools/lldb/include/lldb/Target/UnixSignals.h
   98   struct Signal {
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/DWARF/DWARFDIE.h
   15 class DWARFDIE : public DWARFBaseDIE {
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.h
   91 class PdbSymUid {
tools/llvm-cfi-verify/lib/FileAnalysis.h
   78   struct Instr {
tools/llvm-dwp/llvm-dwp.cpp
  200 struct UnitIndexEntry {
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/include/polly/ScopInfo.h
   93 enum class MemoryKind {
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 1219 class map {
 2092 class pw_multi_aff {
 2626 class set {
tools/sancov/sancov.cpp
  147 struct CoveragePoint {
unittests/ADT/DenseMapTest.cpp
   34 class CtorTester {
unittests/ADT/HashingTest.cpp
   32 struct NonPOD {
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/AsmWriterInst.h
   26   struct AsmWriterOperand {
utils/TableGen/CodeGenDAGPatterns.h
   55 struct MachineValueTypeSet {
  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 {