|
clang 22.0.0git
|
Descriptor for a dead block. More...
#include "/work/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 203 of file InterpBlock.h.
Copies the block.
Definition at line 116 of file InterpBlock.cpp.
References clang::interp::Pointer::asBlockPointer(), Block, clang::interp::Pointer::BS, DeadBlock(), clang::for(), clang::interp::BlockPointer::Next, clang::interp::BlockPointer::Pointee, and true.
Referenced by DeadBlock(), and InterpState.
|
inline |
Returns a pointer to the stored data.
Definition at line 209 of file InterpBlock.h.
|
inline |
Definition at line 210 of file InterpBlock.h.
|
friend |
Definition at line 213 of file InterpBlock.h.
References Block.
Referenced by Block, DeadBlock(), and InterpState.
|
friend |
Definition at line 214 of file InterpBlock.h.
References Block, DeadBlock(), and InterpState.
Referenced by InterpState.