| 86 | } |
| 87 | |
| 88 | result omp_sscp_executable_object::get_build_result() const { |
| 89 | return _build_result; |
| 90 | } |
| 91 | |
| 92 | code_object_state omp_sscp_executable_object::state() const { |
| 93 | return _module ? code_object_state::executable : code_object_state::invalid; |
no outgoing calls
no test coverage detected