Searched refs:crossModuleImport (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/LTO/legacy/ |
D | ThinLTOCodeGenerator.h | 217 void crossModuleImport(Module &Module, ModuleSummaryIndex &Index);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
D | ThinLTOCodeGenerator.h | 268 void crossModuleImport(Module &Module, ModuleSummaryIndex &Index,
|
/external/llvm-project/llvm/include/llvm/LTO/legacy/ |
D | ThinLTOCodeGenerator.h | 268 void crossModuleImport(Module &Module, ModuleSummaryIndex &Index,
|
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 543 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport() function in ThinLTOCodeGenerator
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 560 ThinGenerator.crossModuleImport(*TheModule, *Index); in import()
|
/external/llvm-project/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 741 ThinGenerator.crossModuleImport(*TheModule, *Index, *Input); in import()
|
/external/llvm-project/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 709 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport() function in ThinLTOCodeGenerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 681 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport() function in ThinLTOCodeGenerator
|