Searched refs:DebugLocs (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 205 : 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()
|
D | DwarfDebug.h | 215 DebugLocStream DebugLocs; variable 525 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 316 : 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()
|
D | DwarfDebug.h | 225 DebugLocStream DebugLocs; variable 596 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()
|
/external/llvm/test/DebugInfo/Generic/ |
D | nodebug.ll | 6 ; metadata subprogram list) with DebugLocs on its IR doesn't cause crashes/does
|
D | debug-info-always-inline.ll | 61 ; have their DebugLocs augmented with inlining information.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | nodebug.ll | 6 ; metadata subprogram list) with DebugLocs on its IR doesn't cause crashes/does
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | debug-info-always-inline.ll | 61 ; have their DebugLocs augmented with inlining information.
|