Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h237 void thinLTOInternalizeModule(Module &TheModule,
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp484 thinLTOInternalizeModule(TheModule, DefinedGlobals); in ProcessThinLTOModule()
911 thinLTOInternalizeModule(TheModule, in internalize()
H A DLTOBackend.cpp607 thinLTOInternalizeModule(Mod, DefinedGlobals); in thinBackend()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1179 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule() function in llvm