Home
last modified time | relevance | path

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

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