LLVM 20.0.0git
Public Attributes | List of all members
llvm::CGDataPatchItem Struct Reference

A struct to define how the data stream should be patched. More...

#include "llvm/CGData/CodeGenDataWriter.h"

Public Attributes

uint64_t Pos
 
uint64_tD
 
int N
 

Detailed Description

A struct to define how the data stream should be patched.

Definition at line 24 of file CodeGenDataWriter.h.

Member Data Documentation

◆ D

uint64_t* llvm::CGDataPatchItem::D

Definition at line 26 of file CodeGenDataWriter.h.

◆ N

int llvm::CGDataPatchItem::N

Definition at line 27 of file CodeGenDataWriter.h.

◆ Pos

uint64_t llvm::CGDataPatchItem::Pos

Definition at line 25 of file CodeGenDataWriter.h.


The documentation for this struct was generated from the following file: