Searched refs:MergedM (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | ThinLTOBitcodeWriter.cpp | 300 std::unique_ptr<Module> MergedM( in splitAndWriteThinLTOBitcode() local 311 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode() 312 MergedM->setModuleInlineAsm(""); in splitAndWriteThinLTOBitcode() 316 cloneUsedGlobalVariables(M, *MergedM, /*CompilerUsed*/ false); in splitAndWriteThinLTOBitcode() 317 cloneUsedGlobalVariables(M, *MergedM, /*CompilerUsed*/ true); in splitAndWriteThinLTOBitcode() 319 for (Function &F : *MergedM) in splitAndWriteThinLTOBitcode() 345 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode() 346 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode() 348 auto &Ctx = MergedM->getContext(); in splitAndWriteThinLTOBitcode() 371 NamedMDNode *NMD = MergedM->getOrInsertNamedMetadata("cfi.functions"); in splitAndWriteThinLTOBitcode() [all …]
|