Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h244 void thinLTOInternalizeModule(Module &TheModule,
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp467 thinLTOInternalizeModule(TheModule, DefinedGlobals); in ProcessThinLTOModule()
912 thinLTOInternalizeModule(TheModule, in internalize()
H A DLTOBackend.cpp618 thinLTOInternalizeModule(Mod, DefinedGlobals); in thinBackend()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1627 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule() function in llvm