Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h226 void thinLTOInternalizeModule(Module &TheModule,
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp516 thinLTOInternalizeModule(TheModule, DefinedGlobals); in ProcessThinLTOModule()
943 thinLTOInternalizeModule(TheModule, in internalize()
H A DLTOBackend.cpp608 thinLTOInternalizeModule(Mod, DefinedGlobals); in thinBackend()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1116 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule() function in llvm