clang 20.0.0git
|
Descriptor for a dead block. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/ByteCode/InterpBlock.h"
Public Member Functions | |
DeadBlock (DeadBlock *&Root, Block *Blk) | |
Copies the block. | |
std::byte * | data () |
Returns a pointer to the stored data. | |
std::byte * | rawData () |
Friends | |
class | Block |
class | InterpState |
Descriptor for a dead block.
Dead blocks are chained in a double-linked list to deallocate them whenever pointers become dead.
Definition at line 181 of file InterpBlock.h.
|
inline |
Returns a pointer to the stored data.
Definition at line 187 of file InterpBlock.h.
References clang::interp::Block::data().
|
inline |
Definition at line 188 of file InterpBlock.h.
References clang::interp::Block::rawData().
|
friend |
Definition at line 191 of file InterpBlock.h.
|
friend |
Definition at line 192 of file InterpBlock.h.