| 80 | // annotations |
| 81 | |
| 82 | string Annotation::getMangledName() const { |
| 83 | return module ? module->name + "::" + name : name; |
| 84 | } |
| 85 | |
| 86 | string FunctionAnnotation::aotName ( ExprCallFunc * call ) { |
| 87 | return call->func->getAotBasicName(); |
no test coverage detected