Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h231 void thinLTOFinalizeInModule(Module &TheModule,
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp474 thinLTOFinalizeInModule(TheModule, DefinedGlobals, /*PropagateAttrs=*/true); in ProcessThinLTOModule()
731 thinLTOFinalizeInModule(TheModule, in promote()
907 thinLTOFinalizeInModule(TheModule, in internalize()
H A DLTOBackend.cpp601 thinLTOFinalizeInModule(Mod, DefinedGlobals, /*PropagateAttrs=*/true); in thinBackend()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1051 void llvm::thinLTOFinalizeInModule(Module &TheModule, in thinLTOFinalizeInModule() function in llvm