Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1364 if (!DebugLocs.getLists().empty()) { in finalizeModuleInfo()
1367 DebugLocs.getSym(), in finalizeModuleInfo()
2491 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()
2667 Asm->emitInt16(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
2704 const auto &DebugLocs = DD.getDebugLocs(); in emitLoclistsTableHeader() local
2707 Asm->emitInt32(DebugLocs.getLists().size()); in emitLoclistsTableHeader()
2708 Asm->OutStreamer->emitLabel(DebugLocs.getSym()); in emitLoclistsTableHeader()
2710 for (const auto &List : DebugLocs.getLists()) in emitLoclistsTableHeader()
2826 if (DebugLocs.getLists().empty()) in emitDebugLocImpl()
2835 for (const auto &List : DebugLocs.getLists()) in emitDebugLocImpl()
[all …]
H A DDwarfDebug.h316 DebugLocStream DebugLocs; variable
782 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()