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

References

lib/Transforms/IPO/FunctionImport.cpp
 1229     ComputeCrossModuleImportForModuleFromIndex(M.getModuleIdentifier(), *Index,
 1232     ComputeCrossModuleImportForModule(M.getModuleIdentifier(), *Index,
 1248   if (renameModuleForThinLTO(M, *Index, nullptr)) {
 1254   auto ModuleLoader = [&M](StringRef Identifier) {
 1255     return loadFile(Identifier, M.getContext());
 1258   Expected<bool> Result = Importer.importFunctions(M, ImportList);