LLVM: llvm::CGDataPatchItem Struct Reference (original) (raw)
A struct to define how the data stream should be patched. More...
#include "[llvm/CGData/CGDataPatchItem.h](CGDataPatchItem%5F8h%5Fsource.html)"
| Public Member Functions |
|---|
| Public Attributes | |
|---|---|
| uint64_t | Pos |
| OwningArrayRef< uint64_t > | D |
Detailed Description
A struct to define how the data stream should be patched.
Definition at line 21 of file CGDataPatchItem.h.
Constructor & Destructor Documentation
| llvm::CGDataPatchItem::CGDataPatchItem ( uint64_t Pos, const uint64_t * D, int N ) | inline |
|---|
Definition at line 27 of file CGDataPatchItem.h.
Member Data Documentation
◆ D
OwningArrayRef<uint64_t> llvm::CGDataPatchItem::D
Definition at line 25 of file CGDataPatchItem.h.
Referenced by CGDataPatchItem().
◆ Pos
uint64_t llvm::CGDataPatchItem::Pos
Definition at line 23 of file CGDataPatchItem.h.
Referenced by CGDataPatchItem().
The documentation for this struct was generated from the following file:
- include/llvm/CGData/CGDataPatchItem.h