Searched refs:DebugLocs (Results 1 – 2 of 2) sorted by relevance
1351 DebugLocs.getSym(), in finalizeModuleInfo()2594 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()2765 Asm->emitULEB128(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()2767 Asm->emitInt16(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()2804 const auto &DebugLocs = DD.getDebugLocs(); in emitLoclistsTableHeader() local2807 Asm->emitInt32(DebugLocs.getLists().size()); in emitLoclistsTableHeader()2808 Asm->OutStreamer->emitLabel(DebugLocs.getSym()); in emitLoclistsTableHeader()2810 for (const auto &List : DebugLocs.getLists()) in emitLoclistsTableHeader()2926 if (DebugLocs.getLists().empty()) in emitDebugLocImpl()2935 for (const auto &List : DebugLocs.getLists()) in emitDebugLocImpl()[all …]
372 DebugLocStream DebugLocs; variable845 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()