| 269 | } |
| 270 | |
| 271 | evmasm::AssemblyItem CompilerContext::functionEntryLabel(Declaration const& _declaration) |
| 272 | { |
| 273 | return m_functionCompilationQueue.entryLabel(_declaration, *this); |
| 274 | } |
| 275 | |
| 276 | evmasm::AssemblyItem CompilerContext::functionEntryLabelIfExists(Declaration const& _declaration) const |
| 277 | { |
no test coverage detected