Home
last modified time | relevance | path

Searched refs:GDBIndexEntryKind (Results 1 – 2 of 2) 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/llvm/lib/Support/
DDwarf.cpp574 const char *llvm::dwarf::GDBIndexEntryKindString(GDBIndexEntryKind Kind) { in GDBIndexEntryKindString()