Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DDwarf.h591 enum GDBIndexEntryKind { enum
637 const char *GDBIndexEntryKindString(GDBIndexEntryKind Kind);
674 GDBIndexEntryKind Kind;
676 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage) in PubIndexEntryDescriptor()
678 /* implicit */ PubIndexEntryDescriptor(GDBIndexEntryKind Kind) in PubIndexEntryDescriptor()
681 : Kind(static_cast<GDBIndexEntryKind>((Value & KIND_MASK) >> in PubIndexEntryDescriptor()
/external/llvm/lib/Support/
DDwarf.cpp569 const char *llvm::dwarf::GDBIndexEntryKindString(GDBIndexEntryKind Kind) { in GDBIndexEntryKindString()