Returns the encapculated llvm::Function.
| 69 | |
| 70 | // Returns the encapculated llvm::Function. |
| 71 | llvm::Function* function() { return function_; } |
| 72 | |
| 73 | // Get the llvm::Value* that represents this functions "retval" argument. |
| 74 | llvm::Argument* result_arg() { return result_arg_; } |
no outgoing calls