Searched refs:thinLTOInternalizeModule (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 119 void thinLTOInternalizeModule(Module &TheModule,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 163 void thinLTOInternalizeModule(Module &TheModule,
|
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 358 thinLTOInternalizeModule(TheModule, DefinedGlobals); in ProcessThinLTOModule() 646 thinLTOInternalizeModule(TheModule, in internalize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 470 thinLTOInternalizeModule(TheModule, DefinedGlobals); in ProcessThinLTOModule() 807 thinLTOInternalizeModule(TheModule, in internalize()
|
D | LTOBackend.cpp | 492 thinLTOInternalizeModule(Mod, DefinedGlobals); in thinBackend()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 504 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 845 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule() function in llvm
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 1000 thinLTOInternalizeModule(*M, *DefinedGlobals); in runLTOPasses()
|