Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp37 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
40 for (auto &ExportGV : ExportM.global_values()) { in promoteInternals()
61 RenamedComdats.try_emplace(C, ExportM.getOrInsertComdat(NewName)); in promoteInternals()
74 for (auto &GO : ExportM.global_objects()) in promoteInternals()
/external/llvm-project/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp37 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
40 for (auto &ExportGV : ExportM.global_values()) { in promoteInternals()
61 RenamedComdats.try_emplace(C, ExportM.getOrInsertComdat(NewName)); in promoteInternals()
74 for (auto &GO : ExportM.global_objects()) in promoteInternals()