File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -117,11 +117,10 @@ class LLVM_ABI MCAsmBackend {
117
117
void maybeAddReloc (const MCFragment &, const MCFixup &, const MCValue &,
118
118
uint64_t &Value, bool IsResolved);
119
119
120
- // / Determine if a relocation is required. In addition,
121
- // / Apply the \p Value for given \p Fixup into the provided data fragment, at
122
- // / the offset specified by the fixup and following the fixup kind as
123
- // / appropriate. Errors (such as an out of range fixup value) should be
124
- // / reported via \p Ctx.
120
+ // Determine if a relocation is required. In addition, apply `Value` to the
121
+ // `Data` fragment at the specified fixup offset if applicable. `Data` points
122
+ // to the first byte of the fixup offset, which may be at the content's end if
123
+ // the fixup is zero-sized.
125
124
virtual void applyFixup (const MCFragment &, const MCFixup &,
126
125
const MCValue &Target, char *Data, uint64_t Value,
127
126
bool IsResolved) = 0;
You can’t perform that action at this time.
0 commit comments