Searched refs:GDBIndexEntryKind (Results 1 – 2 of 2) sorted by relevance
533 enum GDBIndexEntryKind { enum579 const char *GDBIndexEntryKindString(GDBIndexEntryKind Kind);614 GDBIndexEntryKind Kind;616 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage) in PubIndexEntryDescriptor()618 /* implicit */ PubIndexEntryDescriptor(GDBIndexEntryKind Kind) in PubIndexEntryDescriptor()621 : Kind(static_cast<GDBIndexEntryKind>((Value & KIND_MASK) >> in PubIndexEntryDescriptor()
525 const char *llvm::dwarf::GDBIndexEntryKindString(GDBIndexEntryKind Kind) { in GDBIndexEntryKindString()