| 88 | llvm::Value* GetPointerValue(void* ptr) const; |
| 89 | |
| 90 | LLVMBuilder* builder() { return &builder_; } |
| 91 | |
| 92 | // Once a function is complete, it may be offered to the module builder |
| 93 | // along with the location of the function pointer to be written to |
no outgoing calls
no test coverage detected