Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp204 : Asm(A), MMI(Asm->MMI), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug()
944 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); in collectVariableInfo()
1485 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()
1488 for (uint8_t Byte : DebugLocs.getBytes(Entry)) in emitDebugLocEntry()
1569 Asm->EmitInt16(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
1582 for (const auto &List : DebugLocs.getLists()) { in emitDebugLoc()
1585 for (const auto &Entry : DebugLocs.getEntries(List)) { in emitDebugLoc()
1607 for (const auto &List : DebugLocs.getLists()) { in emitDebugLocDWO()
1609 for (const auto &Entry : DebugLocs.getEntries(List)) { in emitDebugLocDWO()
DDwarfDebug.h224 DebugLocStream DebugLocs; variable
560 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.