Home
last modified time | relevance | path

Searched refs:thinLTOInternalizeModule (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h119 void thinLTOInternalizeModule(Module &TheModule,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h163 void thinLTOInternalizeModule(Module &TheModule,
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp358 thinLTOInternalizeModule(TheModule, DefinedGlobals); in ProcessThinLTOModule()
646 thinLTOInternalizeModule(TheModule, in internalize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp470 thinLTOInternalizeModule(TheModule, DefinedGlobals); in ProcessThinLTOModule()
807 thinLTOInternalizeModule(TheModule, in internalize()
DLTOBackend.cpp492 thinLTOInternalizeModule(Mod, DefinedGlobals); in thinBackend()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp504 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp845 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule() function in llvm
/external/llvm/tools/gold/
Dgold-plugin.cpp1000 thinLTOInternalizeModule(*M, *DefinedGlobals); in runLTOPasses()