Searched refs:GDBIndexEntryKind (Results 1 – 2 of 2) sorted by relevance
526 enum GDBIndexEntryKind { enum574 StringRef GDBIndexEntryKindString(GDBIndexEntryKind Kind);716 GDBIndexEntryKind Kind;718 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage) in PubIndexEntryDescriptor()720 /* implicit */ PubIndexEntryDescriptor(GDBIndexEntryKind Kind) in PubIndexEntryDescriptor()724 static_cast<GDBIndexEntryKind>((Value & KIND_MASK) >> KIND_OFFSET)), in PubIndexEntryDescriptor()
606 StringRef llvm::dwarf::GDBIndexEntryKindString(GDBIndexEntryKind Kind) { in GDBIndexEntryKindString()