Home
last modified time | relevance | path

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

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