Lines Matching refs:module_
94 module_(new Module()), in IRContext()
103 module_->SetContext(this); in IRContext()
110 module_(std::move(m)), in IRContext()
118 module_->SetContext(this); in IRContext()
124 Module* module() const { return module_.get(); } in module()
533 for (auto& fn : *module_) { in BuildInstrToBlockMapping()
546 for (auto& fn : *module_) { in BuildIdToFuncMapping()
655 std::unique_ptr<Module> module_; variable
767 return module_->annotations(); in annotations()
771 return ((const Module*)module_.get())->annotations(); in annotations()
803 return ((const Module*)module_.get())->types_values(); in types_values()
819 return ((const Module*)module_.get())->ext_inst_imports(); in ext_inst_imports()
833 return ((const Module*)module_.get())->debugs1(); in debugs1()
846 return ((const Module*)module_.get())->debugs2(); in debugs2()
860 return ((const Module*)module_.get())->debugs3(); in debugs3()
863 void IRContext::debug_clear() { module_->debug_clear(); } in debug_clear()