Lines Matching refs:module_
35 module_(m), in IrLoader()
129 module_->AddFunction(std::move(function_)); in AddInstruction()
162 module_->AddCapability(std::move(spv_inst)); in AddInstruction()
164 module_->AddExtension(std::move(spv_inst)); in AddInstruction()
166 module_->AddExtInstImport(std::move(spv_inst)); in AddInstruction()
168 module_->SetMemoryModel(std::move(spv_inst)); in AddInstruction()
170 module_->AddEntryPoint(std::move(spv_inst)); in AddInstruction()
172 module_->AddExecutionMode(std::move(spv_inst)); in AddInstruction()
174 module_->AddDebug1Inst(std::move(spv_inst)); in AddInstruction()
176 module_->AddDebug2Inst(std::move(spv_inst)); in AddInstruction()
178 module_->AddDebug3Inst(std::move(spv_inst)); in AddInstruction()
180 module_->AddAnnotationInst(std::move(spv_inst)); in AddInstruction()
182 module_->AddType(std::move(spv_inst)); in AddInstruction()
185 module_->AddGlobalValue(std::move(spv_inst)); in AddInstruction()
188 module_->AddExtInstDebugInfo(std::move(spv_inst)); in AddInstruction()
193 auto func_begin = module_->begin(); in AddInstruction()
194 auto func_end = module_->end(); in AddInstruction()
196 module_->AddGlobalValue(std::move(spv_inst)); in AddInstruction()
303 module_->AddFunction(std::move(function_)); in EndModule()
306 for (auto& function : *module_) { in EndModule()
311 module_->SetTrailingDbgLineInfo(std::move(dbg_line_info_)); in EndModule()