MCPcopy Create free account
hub / github.com/StanfordPL/x64asm / data

Method data

src/function.h:105–107  ·  view source on GitHub ↗

Returns a pointer to the internal buffer */

Source from the content-addressed store, hash-verified

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();

Callers 4

tempfileFunction · 0.80
Imm64Method · 0.80
linkMethod · 0.80
finishMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected