Searched refs:GDBIndexEntryKind (Results 1 – 2 of 2) sorted by relevance
957 enum GDBIndexEntryKind { enum1008 LLVM_ABI StringRef GDBIndexEntryKindString(GDBIndexEntryKind Kind);1166 GDBIndexEntryKind Kind;1168 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage) in PubIndexEntryDescriptor()1170 /* implicit */ PubIndexEntryDescriptor(GDBIndexEntryKind Kind) in PubIndexEntryDescriptor()1174 static_cast<GDBIndexEntryKind>((Value & KIND_MASK) >> KIND_OFFSET)), in PubIndexEntryDescriptor()
702 StringRef llvm::dwarf::GDBIndexEntryKindString(GDBIndexEntryKind Kind) { in GDBIndexEntryKindString()