Searched refs:DebugLocs (Results 1 – 2 of 2) sorted by relevance
312 : 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 …]
302 DebugLocStream DebugLocs; variable678 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()