Lines Matching refs:uint64_t
40 static bool supportsX86_64(uint64_t Type) { in supportsX86_64()
56 static uint64_t resolveX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86_64()
57 uint64_t LocData, int64_t Addend) { in resolveX86_64()
76 static bool supportsAArch64(uint64_t Type) { in supportsAArch64()
89 static uint64_t resolveAArch64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAArch64() argument
90 uint64_t /*LocData*/, int64_t Addend) { in resolveAArch64()
107 static bool supportsBPF(uint64_t Type) { in supportsBPF()
117 static uint64_t resolveBPF(uint64_t Type, uint64_t Offset, uint64_t S, in resolveBPF()
118 uint64_t LocData, int64_t /*Addend*/) { in resolveBPF()
129 static bool supportsMips64(uint64_t Type) { in supportsMips64()
141 static uint64_t resolveMips64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMips64() argument
142 uint64_t /*LocData*/, int64_t Addend) { in resolveMips64()
157 static bool supportsMSP430(uint64_t Type) { in supportsMSP430()
167 static uint64_t resolveMSP430(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMSP430() argument
168 uint64_t /*LocData*/, int64_t Addend) { in resolveMSP430()
179 static bool supportsPPC64(uint64_t Type) { in supportsPPC64()
191 static uint64_t resolvePPC64(uint64_t Type, uint64_t Offset, uint64_t S, in resolvePPC64() argument
192 uint64_t /*LocData*/, int64_t Addend) { in resolvePPC64()
207 static bool supportsSystemZ(uint64_t Type) { in supportsSystemZ()
217 static uint64_t resolveSystemZ(uint64_t Type, uint64_t Offset, uint64_t S, in resolveSystemZ() argument
218 uint64_t /*LocData*/, int64_t Addend) { in resolveSystemZ()
229 static bool supportsSparc64(uint64_t Type) { in supportsSparc64()
241 static uint64_t resolveSparc64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveSparc64() argument
242 uint64_t /*LocData*/, int64_t Addend) { in resolveSparc64()
267 static bool supportsAmdgpu(uint64_t Type) { in supportsAmdgpu()
277 static uint64_t resolveAmdgpu(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAmdgpu() argument
278 uint64_t /*LocData*/, int64_t Addend) { in resolveAmdgpu()
288 static bool supportsX86(uint64_t Type) { in supportsX86()
299 static uint64_t resolveX86(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86()
300 uint64_t LocData, int64_t /*Addend*/) { in resolveX86()
313 static bool supportsPPC32(uint64_t Type) { in supportsPPC32()
323 static uint64_t resolvePPC32(uint64_t Type, uint64_t Offset, uint64_t S, in resolvePPC32() argument
324 uint64_t /*LocData*/, int64_t Addend) { in resolvePPC32()
334 static bool supportsARM(uint64_t Type) { in supportsARM()
344 static uint64_t resolveARM(uint64_t Type, uint64_t Offset, uint64_t S, in resolveARM()
345 uint64_t LocData, int64_t Addend) { in resolveARM()
360 static bool supportsAVR(uint64_t Type) { in supportsAVR()
370 static uint64_t resolveAVR(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAVR() argument
371 uint64_t /*LocData*/, int64_t Addend) { in resolveAVR()
382 static bool supportsLanai(uint64_t Type) { in supportsLanai()
386 static uint64_t resolveLanai(uint64_t Type, uint64_t Offset, uint64_t S, in resolveLanai() argument
387 uint64_t /*LocData*/, int64_t Addend) { in resolveLanai()
393 static bool supportsMips32(uint64_t Type) { in supportsMips32()
403 static uint64_t resolveMips32(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMips32()
404 uint64_t LocData, int64_t /*Addend*/) { in resolveMips32()
413 static bool supportsSparc32(uint64_t Type) { in supportsSparc32()
423 static uint64_t resolveSparc32(uint64_t Type, uint64_t Offset, uint64_t S, in resolveSparc32()
424 uint64_t LocData, int64_t Addend) { in resolveSparc32()
430 static bool supportsHexagon(uint64_t Type) { in supportsHexagon()
434 static uint64_t resolveHexagon(uint64_t Type, uint64_t Offset, uint64_t S, in resolveHexagon() argument
435 uint64_t /*LocData*/, int64_t Addend) { in resolveHexagon()
441 static bool supportsRISCV(uint64_t Type) { in supportsRISCV()
466 static uint64_t resolveRISCV(uint64_t Type, uint64_t Offset, uint64_t S, in resolveRISCV()
467 uint64_t LocData, int64_t Addend) { in resolveRISCV()
469 uint64_t A = LocData; in resolveRISCV()
510 static bool supportsCSKY(uint64_t Type) { in supportsCSKY()
521 static uint64_t resolveCSKY(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCSKY()
522 uint64_t LocData, int64_t Addend) { in resolveCSKY()
535 static bool supportsLoongArch(uint64_t Type) { in supportsLoongArch()
557 static uint64_t resolveLoongArch(uint64_t Type, uint64_t Offset, uint64_t S, in resolveLoongArch()
558 uint64_t LocData, int64_t Addend) { in resolveLoongArch()
593 static bool supportsCOFFX86(uint64_t Type) { in supportsCOFFX86()
603 static uint64_t resolveCOFFX86(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFX86()
604 uint64_t LocData, int64_t /*Addend*/) { in resolveCOFFX86()
614 static bool supportsCOFFX86_64(uint64_t Type) { in supportsCOFFX86_64()
624 static uint64_t resolveCOFFX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFX86_64()
625 uint64_t LocData, int64_t /*Addend*/) { in resolveCOFFX86_64()
636 static bool supportsCOFFARM(uint64_t Type) { in supportsCOFFARM()
646 static uint64_t resolveCOFFARM(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFARM()
647 uint64_t LocData, int64_t /*Addend*/) { in resolveCOFFARM()
657 static bool supportsCOFFARM64(uint64_t Type) { in supportsCOFFARM64()
667 static uint64_t resolveCOFFARM64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFARM64()
668 uint64_t LocData, int64_t /*Addend*/) { in resolveCOFFARM64()
679 static bool supportsMachOX86_64(uint64_t Type) { in supportsMachOX86_64()
683 static uint64_t resolveMachOX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMachOX86_64()
684 uint64_t LocData, int64_t /*Addend*/) { in resolveMachOX86_64()
690 static bool supportsWasm32(uint64_t Type) { in supportsWasm32()
712 static bool supportsWasm64(uint64_t Type) { in supportsWasm64()
726 static uint64_t resolveWasm32(uint64_t Type, uint64_t Offset, uint64_t S, in resolveWasm32()
727 uint64_t LocData, int64_t /*Addend*/) { in resolveWasm32()
750 static uint64_t resolveWasm64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveWasm64()
751 uint64_t LocData, int64_t Addend) { in resolveWasm64()
870 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R, in resolveRelocation()
871 uint64_t S, uint64_t LocData) { in resolveRelocation()