Lines Matching refs:Module
69 #include "llvm/IR/Module.h"
93 static void rewriteComdat(Module &M, GlobalObject *GO,
110 ValueType *(Module::*Get)(StringRef) const>
121 bool performOnModule(Module &M) override;
131 ValueType *(Module::*Get)(StringRef) const>
132 bool ExplicitRewriteDescriptor<DT, ValueType, Get>::performOnModule(Module &M) {
151 ValueType *(Module::*Get)(StringRef) const,
153 (Module::*Iterator)()>
163 bool performOnModule(Module &M) override;
173 ValueType *(Module::*Get)(StringRef) const,
175 (Module::*Iterator)()>
177 performOnModule(Module &M) {
210 &Module::getFunction>;
217 GlobalVariable, &Module::getGlobalVariable>;
223 &Module::getNamedAlias>;
230 &Module::getFunction, &Module::functions>;
238 GlobalVariable, &Module::getGlobalVariable,
239 &Module::globals>;
246 &Module::getNamedAlias, &Module::aliases>;
518 PreservedAnalyses RewriteSymbolPass::run(Module &M, ModuleAnalysisManager &AM) {
525 bool RewriteSymbolPass::runImpl(Module &M) {