| 114 | } |
| 115 | |
| 116 | void CompilerContext::startFunction(Declaration const& _function) |
| 117 | { |
| 118 | m_functionCompilationQueue.startFunction(_function); |
| 119 | *this << functionEntryLabel(_function); |
| 120 | } |
| 121 | |
| 122 | void CompilerContext::callLowLevelFunction( |
| 123 | std::string const& _name, |