Searched refs:DebugLocs (Results 1 – 2 of 2) sorted by relevance
1364 if (!DebugLocs.getLists().empty()) { in finalizeModuleInfo()1367 DebugLocs.getSym(), in finalizeModuleInfo()2491 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()2667 Asm->emitInt16(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()2704 const auto &DebugLocs = DD.getDebugLocs(); in emitLoclistsTableHeader() local2707 Asm->emitInt32(DebugLocs.getLists().size()); in emitLoclistsTableHeader()2708 Asm->OutStreamer->emitLabel(DebugLocs.getSym()); in emitLoclistsTableHeader()2710 for (const auto &List : DebugLocs.getLists()) in emitLoclistsTableHeader()2826 if (DebugLocs.getLists().empty()) in emitDebugLocImpl()2835 for (const auto &List : DebugLocs.getLists()) in emitDebugLocImpl()[all …]
316 DebugLocStream DebugLocs; variable782 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()