Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h233 void thinLTOInternalizeModule(Module &TheModule,
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp466 thinLTOInternalizeModule(TheModule, DefinedGlobals); in ProcessThinLTOModule()
916 thinLTOInternalizeModule(TheModule, in internalize()
H A DLTOBackend.cpp616 thinLTOInternalizeModule(Mod, DefinedGlobals); in thinBackend()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1528 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule() function in llvm