Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h283 void crossModuleImport(Module &Module, ModuleSummaryIndex &Index);
/freebsd-12.1/contrib/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp658 ThinGenerator.crossModuleImport(*TheModule, *Index); in import()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp635 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport() function in ThinLTOCodeGenerator