Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDFunctionImport.h238 void thinLTOFinalizeInModule(Module &TheModule,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/LTO/
HDThinLTOCodeGenerator.cpp457 thinLTOFinalizeInModule(TheModule, DefinedGlobals, /*PropagateAttrs=*/true); in ProcessThinLTOModule()
711 thinLTOFinalizeInModule(TheModule, in promote()
908 thinLTOFinalizeInModule(TheModule, in internalize()
HDLTOBackend.cpp612 thinLTOFinalizeInModule(Mod, DefinedGlobals, /*PropagateAttrs=*/true); in thinBackend()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDFunctionImport.cpp1499 void llvm::thinLTOFinalizeInModule(Module &TheModule, in thinLTOFinalizeInModule() function in llvm