Returns a pointer to the internal buffer */
| 103 | |
| 104 | /** Returns a pointer to the internal buffer */ |
| 105 | void* data() const { |
| 106 | return buffer_; |
| 107 | } |
| 108 | /** Returns the address of the entrypoint of this function. */ |
| 109 | void* get_entrypoint() const { |
| 110 | return data(); |