Searched refs:GDBIndexEntryKind (Results 1 – 2 of 2) sorted by relevance
591 enum GDBIndexEntryKind { enum637 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()
569 const char *llvm::dwarf::GDBIndexEntryKindString(GDBIndexEntryKind Kind) { in GDBIndexEntryKindString()