MCPcopy Create free account
hub / github.com/argotorg/solidity / compile

Method compile

libyul/backends/evm/EVMObjectCompiler.cpp:41–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39using namespace solidity::yul;
40
41void EVMObjectCompiler::compile(
42 Object const& _object,
43 AbstractAssembly& _assembly,
44 bool _optimize,
45 bool _viaSSACFG
46)
47{
48 EVMObjectCompiler compiler(_assembly);
49 compiler.run(_object, _optimize, _viaSSACFG);
50}
51
52void EVMObjectCompiler::run(Object const& _object, bool _optimize, bool _viaSSACFG)
53{

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected