Lines Matching refs:uint64_t

41 static bool supportsX86_64(uint64_t Type) {  in supportsX86_64()
57 static uint64_t resolveX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86_64()
58 uint64_t LocData, int64_t Addend) { in resolveX86_64()
77 static bool supportsAArch64(uint64_t Type) { in supportsAArch64()
90 static uint64_t resolveAArch64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAArch64() argument
91 uint64_t /*LocData*/, int64_t Addend) { in resolveAArch64()
108 static bool supportsBPF(uint64_t Type) { in supportsBPF()
118 static uint64_t resolveBPF(uint64_t Type, uint64_t Offset, uint64_t S, in resolveBPF()
119 uint64_t LocData, int64_t /*Addend*/) { in resolveBPF()
130 static bool supportsMips64(uint64_t Type) { in supportsMips64()
142 static uint64_t resolveMips64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMips64() argument
143 uint64_t /*LocData*/, int64_t Addend) { in resolveMips64()
158 static bool supportsMSP430(uint64_t Type) { in supportsMSP430()
168 static uint64_t resolveMSP430(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMSP430() argument
169 uint64_t /*LocData*/, int64_t Addend) { in resolveMSP430()
180 static bool supportsPPC64(uint64_t Type) { in supportsPPC64()
192 static uint64_t resolvePPC64(uint64_t Type, uint64_t Offset, uint64_t S, in resolvePPC64() argument
193 uint64_t /*LocData*/, int64_t Addend) { in resolvePPC64()
208 static bool supportsSystemZ(uint64_t Type) { in supportsSystemZ()
218 static uint64_t resolveSystemZ(uint64_t Type, uint64_t Offset, uint64_t S, in resolveSystemZ() argument
219 uint64_t /*LocData*/, int64_t Addend) { in resolveSystemZ()
230 static bool supportsSparc64(uint64_t Type) { in supportsSparc64()
242 static uint64_t resolveSparc64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveSparc64() argument
243 uint64_t /*LocData*/, int64_t Addend) { in resolveSparc64()
255 static bool supportsAmdgpu(uint64_t Type) { in supportsAmdgpu()
265 static uint64_t resolveAmdgpu(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAmdgpu() argument
266 uint64_t /*LocData*/, int64_t Addend) { in resolveAmdgpu()
276 static bool supportsX86(uint64_t Type) { in supportsX86()
287 static uint64_t resolveX86(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86()
288 uint64_t LocData, int64_t /*Addend*/) { in resolveX86()
301 static bool supportsPPC32(uint64_t Type) { in supportsPPC32()
311 static uint64_t resolvePPC32(uint64_t Type, uint64_t Offset, uint64_t S, in resolvePPC32() argument
312 uint64_t /*LocData*/, int64_t Addend) { in resolvePPC32()
322 static bool supportsARM(uint64_t Type) { in supportsARM()
332 static uint64_t resolveARM(uint64_t Type, uint64_t Offset, uint64_t S, in resolveARM()
333 uint64_t LocData, int64_t Addend) { in resolveARM()
348 static bool supportsAVR(uint64_t Type) { in supportsAVR()
358 static uint64_t resolveAVR(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAVR() argument
359 uint64_t /*LocData*/, int64_t Addend) { in resolveAVR()
370 static bool supportsLanai(uint64_t Type) { in supportsLanai()
374 static uint64_t resolveLanai(uint64_t Type, uint64_t Offset, uint64_t S, in resolveLanai() argument
375 uint64_t /*LocData*/, int64_t Addend) { in resolveLanai()
381 static bool supportsMips32(uint64_t Type) { in supportsMips32()
391 static uint64_t resolveMips32(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMips32()
392 uint64_t LocData, int64_t /*Addend*/) { in resolveMips32()
401 static bool supportsSparc32(uint64_t Type) { in supportsSparc32()
411 static uint64_t resolveSparc32(uint64_t Type, uint64_t Offset, uint64_t S, in resolveSparc32()
412 uint64_t LocData, int64_t Addend) { in resolveSparc32()
418 static bool supportsHexagon(uint64_t Type) { in supportsHexagon()
422 static uint64_t resolveHexagon(uint64_t Type, uint64_t Offset, uint64_t S, in resolveHexagon() argument
423 uint64_t /*LocData*/, int64_t Addend) { in resolveHexagon()
429 static bool supportsRISCV(uint64_t Type) { in supportsRISCV()
451 static uint64_t resolveRISCV(uint64_t Type, uint64_t Offset, uint64_t S, in resolveRISCV()
452 uint64_t LocData, int64_t Addend) { in resolveRISCV()
454 uint64_t A = LocData; in resolveRISCV()
489 static bool supportsCSKY(uint64_t Type) { in supportsCSKY()
500 static uint64_t resolveCSKY(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCSKY()
501 uint64_t LocData, int64_t Addend) { in resolveCSKY()
514 static bool supportsCOFFX86(uint64_t Type) { in supportsCOFFX86()
524 static uint64_t resolveCOFFX86(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFX86()
525 uint64_t LocData, int64_t /*Addend*/) { in resolveCOFFX86()
535 static bool supportsCOFFX86_64(uint64_t Type) { in supportsCOFFX86_64()
545 static uint64_t resolveCOFFX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFX86_64()
546 uint64_t LocData, int64_t /*Addend*/) { in resolveCOFFX86_64()
557 static bool supportsCOFFARM(uint64_t Type) { in supportsCOFFARM()
567 static uint64_t resolveCOFFARM(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFARM()
568 uint64_t LocData, int64_t /*Addend*/) { in resolveCOFFARM()
578 static bool supportsCOFFARM64(uint64_t Type) { in supportsCOFFARM64()
588 static uint64_t resolveCOFFARM64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFARM64()
589 uint64_t LocData, int64_t /*Addend*/) { in resolveCOFFARM64()
600 static bool supportsMachOX86_64(uint64_t Type) { in supportsMachOX86_64()
604 static uint64_t resolveMachOX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMachOX86_64()
605 uint64_t LocData, int64_t /*Addend*/) { in resolveMachOX86_64()
611 static bool supportsWasm32(uint64_t Type) { in supportsWasm32()
633 static bool supportsWasm64(uint64_t Type) { in supportsWasm64()
647 static uint64_t resolveWasm32(uint64_t Type, uint64_t Offset, uint64_t S, in resolveWasm32()
648 uint64_t LocData, int64_t /*Addend*/) { in resolveWasm32()
671 static uint64_t resolveWasm64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveWasm64()
672 uint64_t LocData, int64_t Addend) { in resolveWasm64()
781 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R, in resolveRelocation()
782 uint64_t S, uint64_t LocData) { in resolveRelocation()