MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / embed_data_array

Function embed_data_array

lib/asmjit/asmjit/ujit/unicompiler.h:566–568  ·  view source on GitHub ↗

Embeds a typed data array. See \ref BaseEmitter::embed_data_array() for more details.

Source from the content-addressed store, hash-verified

564 //!
565 //! See \ref BaseEmitter::embed_data_array() for more details.
566 ASMJIT_INLINE Error embed_data_array(TypeId type_id, const void* data, size_t item_count, size_t repeat_count = 1) {
567 return cc->embed_data_array(type_id, data, item_count, repeat_count);
568 }
569
570 //! Embeds int8_t `value` repeated by `repeat_count`.
571 ASMJIT_INLINE Error embed_int8(int8_t value, size_t repeat_count = 1) { return cc->embed_int8(value, repeat_count); }

Callers 10

embed_int8Function · 0.85
embed_uint8Function · 0.85
embed_int16Function · 0.85
embed_uint16Function · 0.85
embed_int32Function · 0.85
embed_uint32Function · 0.85
embed_int64Function · 0.85
embed_uint64Function · 0.85
embed_floatFunction · 0.85
embed_doubleFunction · 0.85

Calls 1

embed_data_arrayMethod · 0.45

Tested by

no test coverage detected