Home
last modified time | relevance | path

Searched refs:GDBIndexEntryKind (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h957 enum GDBIndexEntryKind { enum
1008 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()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp702 StringRef llvm::dwarf::GDBIndexEntryKindString(GDBIndexEntryKind Kind) { in GDBIndexEntryKindString()