Home
last modified time | relevance | path

Searched refs:GDBIndexEntryKind (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Support/
DDwarf.h585 enum GDBIndexEntryKind { enum
631 const char *GDBIndexEntryKindString(GDBIndexEntryKind Kind);
669 GDBIndexEntryKind Kind;
671 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage) in PubIndexEntryDescriptor()
673 /* implicit */ PubIndexEntryDescriptor(GDBIndexEntryKind Kind) in PubIndexEntryDescriptor()
676 : Kind(static_cast<GDBIndexEntryKind>((Value & KIND_MASK) >> in PubIndexEntryDescriptor()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.h433 enum GDBIndexEntryKind { enum
479 StringRef GDBIndexEntryKindString(GDBIndexEntryKind Kind);
612 GDBIndexEntryKind Kind;
614 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage) in PubIndexEntryDescriptor()
616 /* implicit */ PubIndexEntryDescriptor(GDBIndexEntryKind Kind) in PubIndexEntryDescriptor()
620 static_cast<GDBIndexEntryKind>((Value & KIND_MASK) >> KIND_OFFSET)), in PubIndexEntryDescriptor()
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.h505 enum GDBIndexEntryKind { enum
553 StringRef GDBIndexEntryKindString(GDBIndexEntryKind Kind);
695 GDBIndexEntryKind Kind;
697 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage) in PubIndexEntryDescriptor()
699 /* implicit */ PubIndexEntryDescriptor(GDBIndexEntryKind Kind) in PubIndexEntryDescriptor()
703 static_cast<GDBIndexEntryKind>((Value & KIND_MASK) >> KIND_OFFSET)), in PubIndexEntryDescriptor()
/external/llvm/lib/Support/
DDwarf.cpp574 const char *llvm::dwarf::GDBIndexEntryKindString(GDBIndexEntryKind Kind) { in GDBIndexEntryKindString()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DDwarf.cpp572 StringRef llvm::dwarf::GDBIndexEntryKindString(GDBIndexEntryKind Kind) { in GDBIndexEntryKindString()
/external/llvm-project/llvm/lib/BinaryFormat/
DDwarf.cpp600 StringRef llvm::dwarf::GDBIndexEntryKindString(GDBIndexEntryKind Kind) { in GDBIndexEntryKindString()