LLVM: include/llvm/CGData/CGDataPatchItem.h Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
12
13#ifndef LLVM_CGDATA_CGDATAPATCHITEM_H
14#define LLVM_CGDATA_CGDATAPATCHITEM_H
15
17
18namespace llvm {
19
20
30
31}
32
33#endif
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory),...
This is a MutableArrayRef that owns its array.
This is an optimization pass for GlobalISel generic memory operations.
OwningArrayRef< uint64_t > D
Definition CGDataPatchItem.h:25
CGDataPatchItem(uint64_t Pos, const uint64_t *D, int N)
Definition CGDataPatchItem.h:27
uint64_t Pos
Definition CGDataPatchItem.h:23