Searched refs:AddEntryPoint (Results 1 – 14 of 14) sorted by relevance
66 inline void AddEntryPoint(std::unique_ptr<Instruction> e);187 inline void Module::AddEntryPoint(std::unique_ptr<Instruction> e) { in AddEntryPoint() function
99 module_->AddEntryPoint(std::move(spv_inst)); in AddInstruction()
87 inline void AddEntryPoint(std::unique_ptr<Instruction> e);327 inline void Module::AddEntryPoint(std::unique_ptr<Instruction> e) { in AddEntryPoint() function
216 inline void AddEntryPoint(std::unique_ptr<Instruction>&& e);1069 void IRContext::AddEntryPoint(std::unique_ptr<Instruction>&& e) { in AddEntryPoint() function1070 module()->AddEntryPoint(std::move(e)); in AddEntryPoint()
191 module_->AddEntryPoint(std::move(spv_inst)); in AddInstruction()
90 inline void AddEntryPoint(std::unique_ptr<Instruction> e);346 inline void Module::AddEntryPoint(std::unique_ptr<Instruction> e) { in AddEntryPoint() function
217 inline void AddEntryPoint(std::unique_ptr<Instruction>&& e);1077 void IRContext::AddEntryPoint(std::unique_ptr<Instruction>&& e) { in AddEntryPoint() function1078 module()->AddEntryPoint(std::move(e)); in AddEntryPoint()
193 module_->AddEntryPoint(std::move(spv_inst)); in AddInstruction()
303 linked_module->AddEntryPoint( in MergeModules()
333 linked_module->AddEntryPoint( in MergeModules()