Home
last modified time | relevance | path

Searched refs:Addend (Results 1 – 25 of 2735) sorted by relevance

12345678910>>...110

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h109 OriginalRelValueRef.Addend = Addend; in generateRelocationStub()
134 Addend = 0; in generateRelocationStub()
168 uint64_t Addend = 0; in processRelocationRef() local
196 Addend = read32le(Displacement); in processRelocationRef()
226 Addend = ((orig >> 10) & 0xFFF); in processRelocationRef()
230 Addend = read64le(Displacement); in processRelocationRef()
270 Value += RE.Addend; in resolveRelocation()
276 Value += RE.Addend; in resolveRelocation()
283 Value += RE.Addend; in resolveRelocation()
290 Value += RE.Addend; in resolveRelocation()
[all …]
H A DRuntimeDyldMachOAArch64.h38 int64_t Addend = 0; in decodeAddend() local
98 Addend = SignExtend64(Addend, 28); in decodeAddend()
111 Addend = SignExtend64(Addend, 33); in decodeAddend()
147 Addend <<= ImplicitShift; in decodeAddend()
151 return Addend; in decodeAddend()
262 Addend >>= ImplicitShift; in encodeAddend()
317 RE.Addend = *Addend; in processRelocationRef()
339 RE.Addend = Value.Offset; in processRelocationRef()
384 RE.IsPCRel ? (RE.Addend - RE.Offset) : (Value + RE.Addend); in resolveRelocation()
411 Value += RE.Addend; in resolveRelocation()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h109 OriginalRelValueRef.Addend = Addend; in generateRelocationStub()
134 Addend = 0; in generateRelocationStub()
168 uint64_t Addend = 0; in processRelocationRef() local
196 Addend = read32le(Displacement); in processRelocationRef()
226 Addend = ((orig >> 10) & 0xFFF); in processRelocationRef()
230 Addend = read64le(Displacement); in processRelocationRef()
270 Value += RE.Addend; in resolveRelocation()
276 Value += RE.Addend; in resolveRelocation()
283 Value += RE.Addend; in resolveRelocation()
290 Value += RE.Addend; in resolveRelocation()
[all …]
H A DRuntimeDyldMachOAArch64.h38 int64_t Addend = 0; in decodeAddend() local
98 Addend = SignExtend64(Addend, 28); in decodeAddend()
111 Addend = SignExtend64(Addend, 33); in decodeAddend()
147 Addend <<= ImplicitShift; in decodeAddend()
151 return Addend; in decodeAddend()
262 Addend >>= ImplicitShift; in encodeAddend()
317 RE.Addend = *Addend; in processRelocationRef()
339 RE.Addend = Value.Offset; in processRelocationRef()
384 RE.IsPCRel ? (RE.Addend - RE.Offset) : (Value + RE.Addend); in resolveRelocation()
411 Value += RE.Addend; in resolveRelocation()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h108 OriginalRelValueRef.Addend = Addend; in generateRelocationStub()
133 Addend = 0; in generateRelocationStub()
167 uint64_t Addend = 0; in processRelocationRef() local
177 Addend = read32le(Displacement); in processRelocationRef()
207 Addend = ((orig >> 10) & 0xFFF); in processRelocationRef()
211 Addend = read64le(Displacement); in processRelocationRef()
259 Value += RE.Addend; in resolveRelocation()
265 Value += RE.Addend; in resolveRelocation()
272 Value += RE.Addend; in resolveRelocation()
279 Value += RE.Addend; in resolveRelocation()
[all …]
H A DRuntimeDyldMachOAArch64.h38 int64_t Addend = 0; in decodeAddend() local
98 Addend = SignExtend64(Addend, 28); in decodeAddend()
111 Addend = SignExtend64(Addend, 33); in decodeAddend()
147 Addend <<= ImplicitShift; in decodeAddend()
151 return Addend; in decodeAddend()
262 Addend >>= ImplicitShift; in encodeAddend()
317 RE.Addend = *Addend; in processRelocationRef()
339 RE.Addend = Value.Offset; in processRelocationRef()
384 RE.IsPCRel ? (RE.Addend - RE.Offset) : (Value + RE.Addend); in resolveRelocation()
411 Value += RE.Addend; in resolveRelocation()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h109 OriginalRelValueRef.Addend = Addend; in generateRelocationStub()
134 Addend = 0; in generateRelocationStub()
168 uint64_t Addend = 0; in processRelocationRef() local
196 Addend = read32le(Displacement); in processRelocationRef()
226 Addend = ((orig >> 10) & 0xFFF); in processRelocationRef()
230 Addend = read64le(Displacement); in processRelocationRef()
270 Value += RE.Addend; in resolveRelocation()
276 Value += RE.Addend; in resolveRelocation()
283 Value += RE.Addend; in resolveRelocation()
290 Value += RE.Addend; in resolveRelocation()
[all …]
H A DRuntimeDyldMachOAArch64.h38 int64_t Addend = 0; in decodeAddend() local
98 Addend = SignExtend64(Addend, 28); in decodeAddend()
111 Addend = SignExtend64(Addend, 33); in decodeAddend()
147 Addend <<= ImplicitShift; in decodeAddend()
151 return Addend; in decodeAddend()
262 Addend >>= ImplicitShift; in encodeAddend()
317 RE.Addend = *Addend; in processRelocationRef()
339 RE.Addend = Value.Offset; in processRelocationRef()
384 RE.IsPCRel ? (RE.Addend - RE.Offset) : (Value + RE.Addend); in resolveRelocation()
411 Value += RE.Addend; in resolveRelocation()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h109 OriginalRelValueRef.Addend = Addend; in generateRelocationStub()
134 Addend = 0; in generateRelocationStub()
168 uint64_t Addend = 0; in processRelocationRef() local
196 Addend = read32le(Displacement); in processRelocationRef()
226 Addend = ((orig >> 10) & 0xFFF); in processRelocationRef()
230 Addend = read64le(Displacement); in processRelocationRef()
270 Value += RE.Addend; in resolveRelocation()
276 Value += RE.Addend; in resolveRelocation()
283 Value += RE.Addend; in resolveRelocation()
290 Value += RE.Addend; in resolveRelocation()
[all …]
H A DRuntimeDyldMachOAArch64.h38 int64_t Addend = 0; in decodeAddend() local
98 Addend = SignExtend64(Addend, 28); in decodeAddend()
111 Addend = SignExtend64(Addend, 33); in decodeAddend()
147 Addend <<= ImplicitShift; in decodeAddend()
151 return Addend; in decodeAddend()
262 Addend >>= ImplicitShift; in encodeAddend()
317 RE.Addend = *Addend; in processRelocationRef()
339 RE.Addend = Value.Offset; in processRelocationRef()
384 RE.IsPCRel ? (RE.Addend - RE.Offset) : (Value + RE.Addend); in resolveRelocation()
411 Value += RE.Addend; in resolveRelocation()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h109 OriginalRelValueRef.Addend = Addend; in generateRelocationStub()
134 Addend = 0; in generateRelocationStub()
168 uint64_t Addend = 0; in processRelocationRef() local
196 Addend = read32le(Displacement); in processRelocationRef()
226 Addend = ((orig >> 10) & 0xFFF); in processRelocationRef()
230 Addend = read64le(Displacement); in processRelocationRef()
270 Value += RE.Addend; in resolveRelocation()
276 Value += RE.Addend; in resolveRelocation()
283 Value += RE.Addend; in resolveRelocation()
290 Value += RE.Addend; in resolveRelocation()
[all …]
H A DRuntimeDyldMachOAArch64.h38 int64_t Addend = 0; in decodeAddend() local
98 Addend = SignExtend64(Addend, 28); in decodeAddend()
111 Addend = SignExtend64(Addend, 33); in decodeAddend()
147 Addend <<= ImplicitShift; in decodeAddend()
151 return Addend; in decodeAddend()
262 Addend >>= ImplicitShift; in encodeAddend()
317 RE.Addend = *Addend; in processRelocationRef()
339 RE.Addend = Value.Offset; in processRelocationRef()
384 RE.IsPCRel ? (RE.Addend - RE.Offset) : (Value + RE.Addend); in resolveRelocation()
411 Value += RE.Addend; in resolveRelocation()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h109 OriginalRelValueRef.Addend = Addend; in generateRelocationStub()
134 Addend = 0; in generateRelocationStub()
168 uint64_t Addend = 0; in processRelocationRef() local
196 Addend = read32le(Displacement); in processRelocationRef()
226 Addend = ((orig >> 10) & 0xFFF); in processRelocationRef()
230 Addend = read64le(Displacement); in processRelocationRef()
270 Value += RE.Addend; in resolveRelocation()
276 Value += RE.Addend; in resolveRelocation()
283 Value += RE.Addend; in resolveRelocation()
290 Value += RE.Addend; in resolveRelocation()
[all …]
H A DRuntimeDyldMachOAArch64.h38 int64_t Addend = 0; in decodeAddend() local
98 Addend = SignExtend64(Addend, 28); in decodeAddend()
111 Addend = SignExtend64(Addend, 33); in decodeAddend()
147 Addend <<= ImplicitShift; in decodeAddend()
151 return Addend; in decodeAddend()
262 Addend >>= ImplicitShift; in encodeAddend()
317 RE.Addend = *Addend; in processRelocationRef()
339 RE.Addend = Value.Offset; in processRelocationRef()
384 RE.IsPCRel ? (RE.Addend - RE.Offset) : (Value + RE.Addend); in resolveRelocation()
411 Value += RE.Addend; in resolveRelocation()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h108 OriginalRelValueRef.Addend = Addend; in generateRelocationStub()
133 Addend = 0; in generateRelocationStub()
167 uint64_t Addend = 0; in processRelocationRef() local
177 Addend = read32le(Displacement); in processRelocationRef()
207 Addend = ((orig >> 10) & 0xFFF); in processRelocationRef()
211 Addend = read64le(Displacement); in processRelocationRef()
259 Value += RE.Addend; in resolveRelocation()
265 Value += RE.Addend; in resolveRelocation()
272 Value += RE.Addend; in resolveRelocation()
279 Value += RE.Addend; in resolveRelocation()
[all …]
H A DRuntimeDyldMachOAArch64.h38 int64_t Addend = 0; in decodeAddend() local
98 Addend = SignExtend64(Addend, 28); in decodeAddend()
111 Addend = SignExtend64(Addend, 33); in decodeAddend()
147 Addend <<= ImplicitShift; in decodeAddend()
151 return Addend; in decodeAddend()
262 Addend >>= ImplicitShift; in encodeAddend()
317 RE.Addend = *Addend; in processRelocationRef()
339 RE.Addend = Value.Offset; in processRelocationRef()
384 RE.IsPCRel ? (RE.Addend - RE.Offset) : (Value + RE.Addend); in resolveRelocation()
411 Value += RE.Addend; in resolveRelocation()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h109 OriginalRelValueRef.Addend = Addend; in generateRelocationStub()
134 Addend = 0; in generateRelocationStub()
168 uint64_t Addend = 0; in processRelocationRef() local
196 Addend = read32le(Displacement); in processRelocationRef()
226 Addend = ((orig >> 10) & 0xFFF); in processRelocationRef()
230 Addend = read64le(Displacement); in processRelocationRef()
270 Value += RE.Addend; in resolveRelocation()
276 Value += RE.Addend; in resolveRelocation()
283 Value += RE.Addend; in resolveRelocation()
290 Value += RE.Addend; in resolveRelocation()
[all …]
H A DRuntimeDyldMachOAArch64.h38 int64_t Addend = 0; in decodeAddend() local
98 Addend = SignExtend64(Addend, 28); in decodeAddend()
111 Addend = SignExtend64(Addend, 33); in decodeAddend()
147 Addend <<= ImplicitShift; in decodeAddend()
151 return Addend; in decodeAddend()
262 Addend >>= ImplicitShift; in encodeAddend()
317 RE.Addend = *Addend; in processRelocationRef()
339 RE.Addend = Value.Offset; in processRelocationRef()
384 RE.IsPCRel ? (RE.Addend - RE.Offset) : (Value + RE.Addend); in resolveRelocation()
411 Value += RE.Addend; in resolveRelocation()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h109 OriginalRelValueRef.Addend = Addend; in generateRelocationStub()
134 Addend = 0; in generateRelocationStub()
168 uint64_t Addend = 0; in processRelocationRef() local
196 Addend = read32le(Displacement); in processRelocationRef()
226 Addend = ((orig >> 10) & 0xFFF); in processRelocationRef()
230 Addend = read64le(Displacement); in processRelocationRef()
270 Value += RE.Addend; in resolveRelocation()
276 Value += RE.Addend; in resolveRelocation()
283 Value += RE.Addend; in resolveRelocation()
290 Value += RE.Addend; in resolveRelocation()
[all …]
H A DRuntimeDyldMachOAArch64.h38 int64_t Addend = 0; in decodeAddend() local
98 Addend = SignExtend64(Addend, 28); in decodeAddend()
111 Addend = SignExtend64(Addend, 33); in decodeAddend()
147 Addend <<= ImplicitShift; in decodeAddend()
151 return Addend; in decodeAddend()
262 Addend >>= ImplicitShift; in encodeAddend()
317 RE.Addend = *Addend; in processRelocationRef()
339 RE.Addend = Value.Offset; in processRelocationRef()
384 RE.IsPCRel ? (RE.Addend - RE.Offset) : (Value + RE.Addend); in resolveRelocation()
411 Value += RE.Addend; in resolveRelocation()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h109 OriginalRelValueRef.Addend = Addend; in generateRelocationStub()
134 Addend = 0; in generateRelocationStub()
168 uint64_t Addend = 0; in processRelocationRef() local
196 Addend = read32le(Displacement); in processRelocationRef()
226 Addend = ((orig >> 10) & 0xFFF); in processRelocationRef()
230 Addend = read64le(Displacement); in processRelocationRef()
270 Value += RE.Addend; in resolveRelocation()
276 Value += RE.Addend; in resolveRelocation()
283 Value += RE.Addend; in resolveRelocation()
290 Value += RE.Addend; in resolveRelocation()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h108 OriginalRelValueRef.Addend = Addend; in generateRelocationStub()
133 Addend = 0; in generateRelocationStub()
167 uint64_t Addend = 0; in processRelocationRef() local
177 Addend = read32le(Displacement); in processRelocationRef()
207 Addend = ((orig >> 10) & 0xFFF); in processRelocationRef()
211 Addend = read64le(Displacement); in processRelocationRef()
259 Value += RE.Addend; in resolveRelocation()
265 Value += RE.Addend; in resolveRelocation()
272 Value += RE.Addend; in resolveRelocation()
279 Value += RE.Addend; in resolveRelocation()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h109 OriginalRelValueRef.Addend = Addend; in generateRelocationStub()
134 Addend = 0; in generateRelocationStub()
168 uint64_t Addend = 0; in processRelocationRef() local
196 Addend = read32le(Displacement); in processRelocationRef()
226 Addend = ((orig >> 10) & 0xFFF); in processRelocationRef()
230 Addend = read64le(Displacement); in processRelocationRef()
270 Value += RE.Addend; in resolveRelocation()
276 Value += RE.Addend; in resolveRelocation()
283 Value += RE.Addend; in resolveRelocation()
290 Value += RE.Addend; in resolveRelocation()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h109 OriginalRelValueRef.Addend = Addend; in generateRelocationStub()
134 Addend = 0; in generateRelocationStub()
168 uint64_t Addend = 0; in processRelocationRef() local
196 Addend = read32le(Displacement); in processRelocationRef()
226 Addend = ((orig >> 10) & 0xFFF); in processRelocationRef()
230 Addend = read64le(Displacement); in processRelocationRef()
270 Value += RE.Addend; in resolveRelocation()
276 Value += RE.Addend; in resolveRelocation()
283 Value += RE.Addend; in resolveRelocation()
290 Value += RE.Addend; in resolveRelocation()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp270 Value += Addend; in resolveX86_64Relocation()
279 Value += Addend; in resolveX86_64Relocation()
585 Value += Addend; in resolveARMRelocation()
764 Rel.Addend = (intptr_t)Addend; in findOPDEntrySection()
1247 Value.Addend = SymInfo.getOffset() + Addend; in processRelocationRef()
1271 Value.Addend = Addend; in processRelocationRef()
1278 Value.Addend = Addend; in processRelocationRef()
1377 Value.Addend += Addend; in processRelocationRef()
1426 Reloc.Addend += Addend; in processRelocationRef()
1675 Value.Addend -= TOCValue.Addend; in processRelocationRef()
[all …]

12345678910>>...110