Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp265 std::unique_ptr<Module> MergedM( in splitAndWriteThinLTOBitcode() local
276 StripDebugInfo(*MergedM); in splitAndWriteThinLTOBitcode()
277 MergedM->setModuleInlineAsm(""); in splitAndWriteThinLTOBitcode()
279 for (Function &F : *MergedM) in splitAndWriteThinLTOBitcode()
305 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
306 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
308 auto &Ctx = MergedM->getContext(); in splitAndWriteThinLTOBitcode()
332 NamedMDNode *NMD = MergedM->getOrInsertNamedMetadata("cfi.functions"); in splitAndWriteThinLTOBitcode()
357 NamedMDNode *NMD = MergedM->getOrInsertNamedMetadata("aliases"); in splitAndWriteThinLTOBitcode()
373 NamedMDNode *NMD = MergedM->getOrInsertNamedMetadata("symvers"); in splitAndWriteThinLTOBitcode()
[all …]