Home
last modified time | relevance | path

Searched refs:crossModuleImport (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h270 void crossModuleImport(Module &Module, ModuleSummaryIndex &Index,
/src/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp790 ThinGenerator.crossModuleImport(*TheModule, *Index, *Input); in import()
/src/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp728 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport() function in ThinLTOCodeGenerator