Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1354 if (!DebugLocs.getLists().empty()) { in finalizeModuleInfo()
1357 DebugLocs.getSym(), in finalizeModuleInfo()
2513 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()
2687 Asm->emitInt16(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
2724 const auto &DebugLocs = DD.getDebugLocs(); in emitLoclistsTableHeader() local
2727 Asm->emitInt32(DebugLocs.getLists().size()); in emitLoclistsTableHeader()
2728 Asm->OutStreamer->emitLabel(DebugLocs.getSym()); in emitLoclistsTableHeader()
2730 for (const auto &List : DebugLocs.getLists()) in emitLoclistsTableHeader()
2846 if (DebugLocs.getLists().empty()) in emitDebugLocImpl()
2855 for (const auto &List : DebugLocs.getLists()) in emitDebugLocImpl()
[all …]
H A DDwarfDebug.h315 DebugLocStream DebugLocs; variable
774 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dnodebug.ll5 ; metadata subprogram list) with DebugLocs on its IR doesn't cause crashes/does
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Ddebug-info-always-inline.ll61 ; have their DebugLocs augmented with inlining information.