Searched refs:GDBIndexEntryKind (Results 1 – 2 of 2) sorted by relevance
943 enum GDBIndexEntryKind { enum993 StringRef GDBIndexEntryKindString(GDBIndexEntryKind Kind);1149 GDBIndexEntryKind Kind;1151 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage) in PubIndexEntryDescriptor()1153 /* implicit */ PubIndexEntryDescriptor(GDBIndexEntryKind Kind) in PubIndexEntryDescriptor()1157 static_cast<GDBIndexEntryKind>((Value & KIND_MASK) >> KIND_OFFSET)), in PubIndexEntryDescriptor()
683 StringRef llvm::dwarf::GDBIndexEntryKindString(GDBIndexEntryKind Kind) { in GDBIndexEntryKindString()