Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h237 void thinLTOInternalizeModule(Module &TheModule,
/llvm-project-15.0.7/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp484 thinLTOInternalizeModule(TheModule, DefinedGlobals); in ProcessThinLTOModule()
911 thinLTOInternalizeModule(TheModule, in internalize()
H A DLTOBackend.cpp605 thinLTOInternalizeModule(Mod, DefinedGlobals); in thinBackend()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1145 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule() function in llvm