Home
last modified time | relevance | path

Searched refs:internalizeModule (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DInternalize.h70 bool internalizeModule(Module &TheModule);
77 internalizeModule(Module &TheModule, in internalizeModule() function
80 .internalizeModule(TheModule); in internalizeModule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInternalize.cpp185 bool InternalizePass::internalizeModule(Module &M) { in internalizeModule() function in InternalizePass
274 if (!internalizeModule(M)) in run()
H A DFunctionImport.cpp1670 internalizeModule(TheModule, MustPreserveGV); in thinLTOInternalizeModule()
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp464 internalizeModule(M, [&GVS](const GlobalValue &GV) { in linkFiles()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp514 internalizeModule(*MergedModule, mustPreserveGV); in applyScopeRestrictions()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp251 internalizeModule(M, [&GVS](const llvm::GlobalValue &GV) { in LinkInModules()