Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h226 void thinLTOInternalizeModule(Module &TheModule,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp450 thinLTOInternalizeModule(TheModule, DefinedGlobals); in ProcessThinLTOModule()
873 thinLTOInternalizeModule(TheModule, in internalize()
H A DLTOBackend.cpp608 thinLTOInternalizeModule(Mod, DefinedGlobals); in thinBackend()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1116 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule() function in llvm