MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / setIntrinsicsAddress

Method setIntrinsicsAddress

include/ast/section.h:266–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 /// Getter and setter for intrinsics address.
265 uint64_t getIntrinsicsAddress() const noexcept { return IntrinsicsAddress; }
266 void setIntrinsicsAddress(uint64_t Addr) noexcept {
267 IntrinsicsAddress = Addr;
268 }
269
270 /// Getter for type addresses.
271 constexpr const auto &getTypesAddress() const noexcept {

Callers 1

section.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected