MCPcopy Create free account
hub / github.com/ZDoom/Raze / add

Function add

libraries/asmjit/asmjit/base/codebuilder.h:850–852  ·  view source on GitHub ↗

See \ref ConstPool::add().

Source from the content-addressed store, hash-verified

848
849 //! See \ref ConstPool::add().
850 ASMJIT_INLINE Error add(const void* data, size_t size, size_t& dstOffset) noexcept {
851 return _constPool.add(data, size, dstOffset);
852 }
853
854 // --------------------------------------------------------------------------
855 // [Members]

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected