Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp48 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
51 for (auto &ExportGV : ExportM.global_values()) { in promoteInternals()
73 RenamedComdats.try_emplace(C, ExportM.getOrInsertComdat(NewName)); in promoteInternals()
89 ExportM.appendModuleInlineAsm(Alias); in promoteInternals()
94 for (auto &GO : ExportM.global_objects()) in promoteInternals()