Lines Matching refs:Module
82 static void rewriteComdat(Module &M, GlobalObject *GO, in rewriteComdat()
98 ValueType *(llvm::Module::*Get)(StringRef) const>
108 bool performOnModule(Module &M) override;
116 ValueType *(llvm::Module::*Get)(StringRef) const>
117 bool ExplicitRewriteDescriptor<DT, ValueType, Get>::performOnModule(Module &M) { in performOnModule()
134 ValueType *(llvm::Module::*Get)(StringRef) const,
136 (llvm::Module::*Iterator)()>
145 bool performOnModule(Module &M) override;
153 ValueType *(llvm::Module::*Get)(StringRef) const,
155 (llvm::Module::*Iterator)()>
157 performOnModule(Module &M) { in performOnModule()
187 llvm::Function, &llvm::Module::getFunction>
195 &llvm::Module::getGlobalVariable>
202 &llvm::Module::getNamedAlias>
209 llvm::Function, &llvm::Module::getFunction,
210 &llvm::Module::functions>
219 &llvm::Module::getGlobalVariable,
220 &llvm::Module::globals>
228 &llvm::Module::getNamedAlias,
229 &llvm::Module::aliases>
504 bool runOnModule(Module &M) override;
524 bool RewriteSymbols::runOnModule(Module &M) { in runOnModule()