Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp312 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug()
916 if (!DebugLocs.getLists().empty() && !useSplitDwarf()) in finalizeModuleInfo()
1894 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()
1897 for (uint8_t Byte : DebugLocs.getBytes(Entry)) in emitDebugLocEntry()
1960 Asm->EmitULEB128(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
1962 Asm->emitInt16(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
2027 if (DebugLocs.getLists().empty()) in emitDebugLoc()
2043 for (const auto &List : DebugLocs.getLists()) { in emitDebugLoc()
2048 for (const auto &Entry : DebugLocs.getEntries(List)) { in emitDebugLoc()
2107 for (const auto &List : DebugLocs.getLists()) { in emitDebugLocDWO()
[all …]
H A DDwarfDebug.h302 DebugLocStream DebugLocs; variable
678 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()