top
|
up
|
prev
|
next
StoreInstruction Class
Definition at line
255
of
Instruction.hpp
Constructors
StoreInstruction
(
Value
* value_,
Value
* ptr_)
Member Functions
void
Write
(CodeFormatter& formatter,
Function
& function,
Context
& context)
Member Variables
Value
*
ptr
Value
*
value
Constructor Details
StoreInstruction Constructor
cmsxi::StoreInstruction::StoreInstruction(
Value
* value_,
Value
* ptr_)
Definition at line
404
of
Instruction.cpp
:
404
:
Instruction
(
)
,
value
(
value_
)
,
ptr
(
ptr_
)
405
{
406
}
Declaration at line
258
of
Instruction.hpp
Member Function Details
Write Member Function
void
cmsxi::StoreInstruction::Write(CodeFormatter& formatter,
Function
& function,
Context
& context)
Definition at line
408
of
Instruction.cpp
Calls:
cmsxi::Instruction::WriteMetadataRef
,
cmsxi::Type::Name
,
cmsxi::Value::GetType
,
cmsxi::Value::Name
top
|
up
|
prev
|
next