Lines Matching defs: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);
448 SymbolCache::findLineTable(uint16_t Modi) const {
450 auto LineTableIter = LineTable.find(Modi);
454 std::vector<LineTableEntry> &ModuleLineTable = LineTable[Modi];
459 Session.getModuleDebugStream(Modi);
534 uint16_t Modi;
535 if (!Session.moduleIndexForVA(VA, Modi))
538 std::vector<LineTableEntry> Lines = findLineTable(Modi);
556 Session.getModuleDebugStream(Modi);
589 LineSect, LineOff, LineLength, SrcFileId, Modi);