Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DDwarf.h632 const char *GDBIndexEntryLinkageString(GDBIndexEntryLinkage Linkage);
/external/llvm/lib/Support/
DDwarf.cpp596 const char *llvm::dwarf::GDBIndexEntryLinkageString(GDBIndexEntryLinkage Linkage) { in GDBIndexEntryLinkageString() function in llvm::dwarf
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp57 OS << format("%-8s", dwarf::GDBIndexEntryLinkageString(desc.Linkage)) in dumpPubSection()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1358 dwarf::GDBIndexEntryLinkageString(Desc.Linkage)); in emitDebugPubSection()