Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp205 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug()
969 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); in collectVariableInfo()
1389 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()
1392 for (uint8_t Byte : DebugLocs.getBytes(Entry)) in emitDebugLocEntry()
1472 Asm->EmitInt16(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
1485 for (const auto &List : DebugLocs.getLists()) { in emitDebugLoc()
1488 for (const auto &Entry : DebugLocs.getEntries(List)) { in emitDebugLoc()
1510 for (const auto &List : DebugLocs.getLists()) { in emitDebugLocDWO()
1512 for (const auto &Entry : DebugLocs.getEntries(List)) { in emitDebugLocDWO()
DDwarfDebug.h215 DebugLocStream DebugLocs; variable
525 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp316 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug()
1240 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); in collectVariableInfo()
1723 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()
1726 for (uint8_t Byte : DebugLocs.getBytes(Entry)) in emitDebugLocEntry()
1787 Asm->emitInt16(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
1796 if (DebugLocs.getLists().empty()) in emitDebugLoc()
1803 for (const auto &List : DebugLocs.getLists()) { in emitDebugLoc()
1806 for (const auto &Entry : DebugLocs.getEntries(List)) { in emitDebugLoc()
1828 for (const auto &List : DebugLocs.getLists()) { in emitDebugLocDWO()
1830 for (const auto &Entry : DebugLocs.getEntries(List)) { in emitDebugLocDWO()
DDwarfDebug.h225 DebugLocStream DebugLocs; variable
596 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()
/external/llvm/test/DebugInfo/Generic/
Dnodebug.ll6 ; metadata subprogram list) with DebugLocs on its IR doesn't cause crashes/does
Ddebug-info-always-inline.ll61 ; have their DebugLocs augmented with inlining information.
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dnodebug.ll6 ; metadata subprogram list) with DebugLocs on its IR doesn't cause crashes/does
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Ddebug-info-always-inline.ll61 ; have their DebugLocs augmented with inlining information.