Searched refs:DebugLocs (Results 1 – 4 of 4) sorted by relevance
204 : 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()
224 DebugLocStream DebugLocs; variable560 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()
6 ; metadata subprogram list) with DebugLocs on its IR doesn't cause crashes/does
61 ; have their DebugLocs augmented with inlining information.