Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.h526 enum GDBIndexEntryKind { enum
574 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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
DDwarf.cpp606 StringRef llvm::dwarf::GDBIndexEntryKindString(GDBIndexEntryKind Kind) { in GDBIndexEntryKindString()