Sets the associated context for this module
| 291 | |
| 292 | // Sets the associated context for this module |
| 293 | void SetContext(IRContext* c) { context_ = c; } |
| 294 | |
| 295 | // Gets the associated context for this module |
| 296 | IRContext* context() const { return context_; } |