Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp111 StringRef EntryKind = dwarf::GDBIndexEntryKindString(E.Descriptor.Kind); in dump()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.h657 StringRef GDBIndexEntryKindString(GDBIndexEntryKind Kind);
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DDwarf.cpp607 StringRef llvm::dwarf::GDBIndexEntryKindString(GDBIndexEntryKind Kind) { in GDBIndexEntryKindString() function in llvm::dwarf
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2520 Twine("Attributes: ") + dwarf::GDBIndexEntryKindString(Desc.Kind) + in emitDebugPubSection()