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

Method assign_flags

lib/asmjit/asmjit/core/codeholder.h:273–273  ·  view source on GitHub ↗

Assigns `flags` to the section (replaces all existing flags).

Source from the content-addressed store, hash-verified

271
272 //! Assigns `flags` to the section (replaces all existing flags).
273 ASMJIT_INLINE_NODEBUG void assign_flags(SectionFlags flags) noexcept { _internal_uint16_data = uint16_t(flags); }
274
275 //! Adds `flags` to the section flags.
276 ASMJIT_INLINE_NODEBUG void add_flags(SectionFlags flags) noexcept { _internal_uint16_data = uint16_t(_internal_uint16_data | uint32_t(flags)); }

Callers 1

Section_init_dataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected