Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1351 DebugLocs.getSym(), in finalizeModuleInfo()
2594 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()
2765 Asm->emitULEB128(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
2767 Asm->emitInt16(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
2804 const auto &DebugLocs = DD.getDebugLocs(); in emitLoclistsTableHeader() local
2807 Asm->emitInt32(DebugLocs.getLists().size()); in emitLoclistsTableHeader()
2808 Asm->OutStreamer->emitLabel(DebugLocs.getSym()); in emitLoclistsTableHeader()
2810 for (const auto &List : DebugLocs.getLists()) in emitLoclistsTableHeader()
2926 if (DebugLocs.getLists().empty()) in emitDebugLocImpl()
2935 for (const auto &List : DebugLocs.getLists()) in emitDebugLocImpl()
[all …]
H A DDwarfDebug.h372 DebugLocStream DebugLocs; variable
845 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()