reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Bitcode/Reader/BitcodeReader.cpp
 5355   TheIndex.addModule(ModulePath, ModuleId);
 5360   return TheIndex.getModule(ModulePath);
 5387       TheIndex.getOrInsertValueInfo(
 5389           UseStrtab ? ValueName : TheIndex.saveString(ValueName)),
 5479           std::make_pair(TheIndex.getOrInsertValueInfo(RefGUID), RefGUID);
 5722       TheIndex.getOrInsertTypeIdCompatibleVtableSummary(
 5825         TheIndex.setWithGlobalValueDeadStripping();
 5829         TheIndex.setSkipModuleByDistributedBackend();
 5833         TheIndex.setHasSyntheticEntryCounts();
 5838         TheIndex.setEnableSplitLTOUnit();
 5842         TheIndex.setPartiallySplitLTOUnits();
 5849           std::make_pair(TheIndex.getOrInsertValueInfo(RefGUID), RefGUID);
 5916       TheIndex.addGlobalValueSummary(VIAndOriginalGUID.first, std::move(FS));
 5936       auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath);
 5943       TheIndex.addGlobalValueSummary(GUID.first, std::move(AS));
 5965       TheIndex.addGlobalValueSummary(GUID.first, std::move(FS));
 5993       TheIndex.addGlobalValueSummary(GUID.first, std::move(VS));
 6061       TheIndex.addGlobalValueSummary(VI, std::move(FS));
 6078       auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath());
 6083       TheIndex.addGlobalValueSummary(VI, std::move(AS));
 6107       TheIndex.addGlobalValueSummary(VI, std::move(FS));
 6116       TheIndex.addOriginalName(LastSeenGUID, OriginalName);
 6151       std::set<std::string> &CfiFunctionDefs = TheIndex.cfiFunctionDefs();
 6159       std::set<std::string> &CfiFunctionDecls = TheIndex.cfiFunctionDecls();
 6167       parseTypeIdSummaryRecord(Record, Strtab, TheIndex);
 6220       LastSeenModule = TheIndex.addModule(ModulePath, ModuleId);