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