Searched refs:DebugLocs (Results 1 – 4 of 4) sorted by relevance
1354 if (!DebugLocs.getLists().empty()) { in finalizeModuleInfo()1357 DebugLocs.getSym(), in finalizeModuleInfo()2513 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()2687 Asm->emitInt16(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()2724 const auto &DebugLocs = DD.getDebugLocs(); in emitLoclistsTableHeader() local2727 Asm->emitInt32(DebugLocs.getLists().size()); in emitLoclistsTableHeader()2728 Asm->OutStreamer->emitLabel(DebugLocs.getSym()); in emitLoclistsTableHeader()2730 for (const auto &List : DebugLocs.getLists()) in emitLoclistsTableHeader()2846 if (DebugLocs.getLists().empty()) in emitDebugLocImpl()2855 for (const auto &List : DebugLocs.getLists()) in emitDebugLocImpl()[all …]
315 DebugLocStream DebugLocs; variable774 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()
5 ; metadata subprogram list) with DebugLocs on its IR doesn't cause crashes/does
61 ; have their DebugLocs augmented with inlining information.