Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DDwarf.cpp757 const char *llvm::dwarf::GDBIndexEntryKindString(GDBIndexEntryKind Kind) { in GDBIndexEntryKindString() function in llvm::dwarf
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DDwarf.h858 const char *GDBIndexEntryKindString(GDBIndexEntryKind Kind);
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/
H A DDWARFContext.cpp54 << ' ' << format("%-8s", dwarf::GDBIndexEntryKindString(desc.Kind)) in dumpPubSection()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1630 Twine("Kind: ") + dwarf::GDBIndexEntryKindString(Desc.Kind) + ", " + in emitDebugPubSection()