Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h227 void thinLTOFinalizeInModule(Module &TheModule,
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp456 thinLTOFinalizeInModule(TheModule, DefinedGlobals, /*PropagateAttrs=*/true); in ProcessThinLTOModule()
719 thinLTOFinalizeInModule(TheModule, in promote()
912 thinLTOFinalizeInModule(TheModule, in internalize()
H A DLTOBackend.cpp610 thinLTOFinalizeInModule(Mod, DefinedGlobals, /*PropagateAttrs=*/true); in thinBackend()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1400 void llvm::thinLTOFinalizeInModule(Module &TheModule, in thinLTOFinalizeInModule() function in llvm