Lines Matching refs:module_
36 module_(m), in IrLoader()
150 module_->AddFunction(std::move(function_)); in AddInstruction()
183 module_->AddCapability(std::move(spv_inst)); in AddInstruction()
185 module_->AddExtension(std::move(spv_inst)); in AddInstruction()
187 module_->AddExtInstImport(std::move(spv_inst)); in AddInstruction()
189 module_->SetMemoryModel(std::move(spv_inst)); in AddInstruction()
191 module_->SetSampledImageAddressMode(std::move(spv_inst)); in AddInstruction()
193 module_->AddEntryPoint(std::move(spv_inst)); in AddInstruction()
196 module_->AddExecutionMode(std::move(spv_inst)); in AddInstruction()
198 module_->AddDebug1Inst(std::move(spv_inst)); in AddInstruction()
200 module_->AddDebug2Inst(std::move(spv_inst)); in AddInstruction()
202 module_->AddDebug3Inst(std::move(spv_inst)); in AddInstruction()
204 module_->AddAnnotationInst(std::move(spv_inst)); in AddInstruction()
206 module_->AddType(std::move(spv_inst)); in AddInstruction()
209 module_->AddGlobalValue(std::move(spv_inst)); in AddInstruction()
212 module_->AddExtInstDebugInfo(std::move(spv_inst)); in AddInstruction()
217 auto func_begin = module_->begin(); in AddInstruction()
218 auto func_end = module_->end(); in AddInstruction()
220 module_->AddGlobalValue(std::move(spv_inst)); in AddInstruction()
356 module_->AddFunction(std::move(function_)); in EndModule()
359 for (auto& function : *module_) { in EndModule()
364 module_->SetTrailingDbgLineInfo(std::move(dbg_line_info_)); in EndModule()