LLVM 22.0.0git
llvm::CGDataPatchItem Struct Reference

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
OwningArrayRef< uint64_tD

Detailed Description

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

Definition at line 21 of file CGDataPatchItem.h.

Constructor & Destructor Documentation

◆ CGDataPatchItem()

llvm::CGDataPatchItem::CGDataPatchItem ( uint64_t Pos,
const uint64_t * D,
int N )
inline

Definition at line 27 of file CGDataPatchItem.h.

References D, N, and Pos.

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: