Searched refs:GDBIndexEntryKind (Results 1 – 4 of 4) sorted by relevance
585 enum GDBIndexEntryKind { enum631 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()
394 enum GDBIndexEntryKind { enum438 StringRef GDBIndexEntryKindString(GDBIndexEntryKind Kind);558 GDBIndexEntryKind Kind;560 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage) in PubIndexEntryDescriptor()562 /* implicit */ PubIndexEntryDescriptor(GDBIndexEntryKind Kind) in PubIndexEntryDescriptor()566 static_cast<GDBIndexEntryKind>((Value & KIND_MASK) >> KIND_OFFSET)), in PubIndexEntryDescriptor()
574 const char *llvm::dwarf::GDBIndexEntryKindString(GDBIndexEntryKind Kind) { in GDBIndexEntryKindString()
510 StringRef llvm::dwarf::GDBIndexEntryKindString(GDBIndexEntryKind Kind) { in GDBIndexEntryKindString()