|
LLVM 23.0.0git
|
A struct to define how the data stream should be patched. More...
#include "llvm/CGData/CGDataPatchItem.h"
Public Member Functions | |
| CGDataPatchItem (uint64_t Pos, const uint64_t *D, int N) | |
Public Attributes | |
| uint64_t | Pos |
| llvm::SmallVector< uint64_t, 0 > | D |
A struct to define how the data stream should be patched.
Definition at line 21 of file CGDataPatchItem.h.
Definition at line 27 of file CGDataPatchItem.h.
| llvm::SmallVector<uint64_t, 0> llvm::CGDataPatchItem::D |
Definition at line 25 of file CGDataPatchItem.h.
Referenced by CGDataPatchItem().
| uint64_t llvm::CGDataPatchItem::Pos |
Definition at line 23 of file CGDataPatchItem.h.
Referenced by CGDataPatchItem().