| 27 | std::string FunctionNode::getClassName() const { return ClassName; } |
| 28 | |
| 29 | std::string FunctionNode::getFunctionName() const { return FunctionName; } |
| 30 | |
| 31 | const llvm::Function *FunctionNode::getIRFunction() const { return IRFunc; } |
| 32 |
no outgoing calls