Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp38 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
41 for (auto &ExportGV : ExportM.global_values()) { in promoteInternals()
62 RenamedComdats.try_emplace(C, ExportM.getOrInsertComdat(NewName)); in promoteInternals()
75 for (auto &GO : ExportM.global_objects()) in promoteInternals()