Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DInternalize.h72 bool internalizeModule(Module &TheModule, CallGraph *CG = nullptr);
79 internalizeModule(Module &TheModule,
83 .internalizeModule(TheModule, CG);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DInternalize.cpp186 bool InternalizePass::internalizeModule(Module &M, CallGraph *CG) { in internalizeModule() function in InternalizePass
280 if (!internalizeModule(M, AM.getCachedResult<CallGraphAnalysis>(M))) in run()
310 return internalizeModule(M, MustPreserveGV, CG); in runOnModule()
H A DFunctionImport.cpp1222 internalizeModule(TheModule, MustPreserveGV); in thinLTOInternalizeModule()
/openbsd-src/gnu/llvm/llvm/tools/llvm-link/
H A Dllvm-link.cpp434 internalizeModule(M, [&GVS](const GlobalValue &GV) { in linkFiles()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp524 internalizeModule(*MergedModule, mustPreserveGV); in applyScopeRestrictions()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp282 internalizeModule(M, [&GVS](const llvm::GlobalValue &GV) { in LinkInModules()