| 1215 | // Set/Get the line number where the symbol is defined |
| 1216 | void SetLineNumber(long linenumber) { this->LineNumber = linenumber; } |
| 1217 | long GetLineNumber() const { return this->LineNumber; } |
| 1218 | |
| 1219 | // Description: |
| 1220 | // Set the address where the binary image is mapped |
no outgoing calls
no test coverage detected