| 362 | } |
| 363 | |
| 364 | inline void Module::SetSampledImageAddressMode(std::unique_ptr<Instruction> m) { |
| 365 | sampled_image_address_mode_ = std::move(m); |
| 366 | } |
| 367 | |
| 368 | inline void Module::AddEntryPoint(std::unique_ptr<Instruction> e) { |
| 369 | entry_points_.push_back(std::move(e)); |