| 97 | } |
| 98 | |
| 99 | Program *InterfaceDefinition::getProgramSymbol() |
| 100 | { |
| 101 | if (!hasProgramSymbol()) |
| 102 | { |
| 103 | return nullptr; |
| 104 | } |
| 105 | else |
| 106 | { |
| 107 | return m_program; |
| 108 | } |
| 109 | } |
| 110 | |
| 111 | void InterfaceDefinition::setOutputFilename(const string &filename) |
| 112 | { |
no outgoing calls
no test coverage detected