Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h219 void thinLTOInternalizeModule(Module &TheModule,
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp410 thinLTOInternalizeModule(TheModule, DefinedGlobals); in ProcessThinLTOModule()
763 thinLTOInternalizeModule(TheModule, in internalize()
H A DLTOBackend.cpp499 thinLTOInternalizeModule(Mod, DefinedGlobals); in thinBackend()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1006 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule() function in llvm