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

Method embed_data_array

lib/asmjit/asmjit/core/emitter.cpp:297–300  ·  view source on GitHub ↗

[[pure virtual]]

Source from the content-addressed store, hash-verified

295
296// [[pure virtual]]
297Error BaseEmitter::embed_data_array(TypeId type_id, const void* data, size_t item_count, size_t repeat_count) {
298 Support::maybe_unused(type_id, data, item_count, repeat_count);
299 return make_error(Error::kInvalidState);
300}
301
302// [[pure virtual]]
303Error BaseEmitter::embed_const_pool(const Label& label, const ConstPool& pool) {

Callers 1

embed_data_arrayFunction · 0.45

Calls 2

maybe_unusedFunction · 0.85
make_errorFunction · 0.85

Tested by

no test coverage detected