Lines Matching full:modi
302 uint16_t Modi,
304 auto Iter = SymTabOffsetToSymbolId.find({Modi, RecordOffset});
309 SymTabOffsetToSymbolId.insert({{Modi, RecordOffset}, Id});
322 uint16_t Modi;
323 if (!Session.moduleIndexForSectOffset(Sect, Offset, Modi))
325 return getOrCreateCompiland(Modi);
348 uint16_t Modi;
349 if (!Session.moduleIndexForSectOffset(Sect, Offset, Modi))
353 Session.getModuleDebugStream(Modi);
452 SymbolCache::findLineTable(uint16_t Modi) const {
454 auto [LineTableIter, Inserted] = LineTable.try_emplace(Modi);
463 Session.getModuleDebugStream(Modi);
538 uint16_t Modi;
539 if (!Session.moduleIndexForVA(VA, Modi))
542 std::vector<LineTableEntry> Lines = findLineTable(Modi);
560 Session.getModuleDebugStream(Modi);
593 LineSect, LineOff, LineLength, SrcFileId, Modi);