Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp328 std::unique_ptr<Module> MergedM( in splitAndWriteThinLTOBitcode() local
340 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode()
341 MergedM->setModuleInlineAsm(""); in splitAndWriteThinLTOBitcode()
345 cloneUsedGlobalVariables(M, *MergedM, /*CompilerUsed*/ false); in splitAndWriteThinLTOBitcode()
346 cloneUsedGlobalVariables(M, *MergedM, /*CompilerUsed*/ true); in splitAndWriteThinLTOBitcode()
348 for (Function &F : *MergedM) in splitAndWriteThinLTOBitcode()
374 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
375 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
377 auto &Ctx = MergedM->getContext(); in splitAndWriteThinLTOBitcode()
400 NamedMDNode *NMD = MergedM->getOrInsertNamedMetadata("cfi.functions"); in splitAndWriteThinLTOBitcode()
[all …]