top
|
up
| prev |
next
Cleanup Struct
Definition at line
20
of
LlvmCodeGenerator.hpp
Constructors
Cleanup
(
void
* cleanupBlock_,
void
* handlerBlock_, Pad* currentPad_)
Member Variables
void
*
cleanupBlock
Pad*
currentPad
std::vector<std::unique_ptr<
BoundFunctionCall
>>
destructors
void
*
handlerBlock
Constructor Details
Cleanup Constructor
cmajor::codegenllvm::Cleanup::Cleanup(
void
* cleanupBlock_,
void
* handlerBlock_, Pad* currentPad_)
Definition at line
22
of
LlvmCodeGenerator.hpp
:
22
:
cleanupBlock
(
cleanupBlock_
)
,
handlerBlock
(
handlerBlock_
)
,
currentPad
(
currentPad_
)
{
}
top
|
up
| prev |
next