LLVM 20.0.0git
|
A struct to define how the data stream should be patched. More...
#include "llvm/CGData/CodeGenDataWriter.h"
Public Attributes | |
uint64_t | Pos |
uint64_t * | D |
int | N |
A struct to define how the data stream should be patched.
Definition at line 24 of file CodeGenDataWriter.h.
uint64_t* llvm::CGDataPatchItem::D |
Definition at line 26 of file CodeGenDataWriter.h.
int llvm::CGDataPatchItem::N |
Definition at line 27 of file CodeGenDataWriter.h.
uint64_t llvm::CGDataPatchItem::Pos |
Definition at line 25 of file CodeGenDataWriter.h.