Home
last modified time | relevance | path

Searched refs:GDBIndexEntryKindString (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp63 StringRef EntryKind = dwarf::GDBIndexEntryKindString(E.Descriptor.Kind); in dump()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DDwarf.h440 StringRef GDBIndexEntryKindString(GDBIndexEntryKind Kind);
/freebsd-12.1/contrib/llvm/lib/BinaryFormat/
H A DDwarf.cpp540 StringRef llvm::dwarf::GDBIndexEntryKindString(GDBIndexEntryKind Kind) { in GDBIndexEntryKindString() function in llvm::dwarf
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1866 Twine("Attributes: ") + dwarf::GDBIndexEntryKindString(Desc.Kind) + in emitDebugPubSection()