AsmJit
Low-Latency Machine Code Generation
Docs
Interactive Parser
Support
GitHub
API Reference
Index
Class List
Build Instructions
Breaking Changes
Core
Assembler
Builder
Compiler
Function
Logging
Error Handling
Instruction DB
Virtual Memory
Zone Memory
Utilities
X86 Backend
ARM Commons
AArch64 Backend
asmjit::Expression::Value Union Reference
Core
Expression value.
Public Members
uint64_t
constant
Expression
*
expression
LabelEntry
*
label
Member Data Documentation
uint64_t
Expression::Value::
constant
◆
Constant.
Expression
* Expression::Value::
expression
◆
Pointer to another expression.
LabelEntry
* Expression::Value::
label
◆
Pointer to
LabelEntry
.