asmjit::a64::Builder Class Reference [¶]
AArch64 builder implementation.
AArch64 builder implementation.
Called after the emitter was attached to CodeHolder.
Reimplemented from asmjit::BaseBuilder.
Called after the emitter was detached from CodeHolder.
Reimplemented from asmjit::BaseBuilder.
Finalizes this emitter.
Materializes the content of the emitter by serializing it to the attached CodeHolder through an architecture specific BaseAssembler. This function won't do anything if the emitter inherits from BaseAssembler as assemblers emit directly to a CodeBuffer held by CodeHolder. However, if this is an emitter that inherits from BaseBuilder or BaseCompiler then these emitters need the materialization phase as they store their content in a representation not visible to CodeHolder.
Reimplemented from asmjit::BaseEmitter.
© 2018-2025 Petr Kobalicek | GitHub | Public Chat | Support | Author's Blog
AsmJit library is open source software released under the Zlib license and can be used safely in any open-source or commercial product.