Lines Matching defs:Type

26 static bool supportsX86_64(uint64_t Type) {  in supportsX86_64()
42 static uint64_t resolveX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86_64()
62 static bool supportsAArch64(uint64_t Type) { in supportsAArch64()
74 static uint64_t resolveAArch64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAArch64() argument
90 static bool supportsBPF(uint64_t Type) { in supportsBPF()
100 static uint64_t resolveBPF(uint64_t Type, uint64_t Offset, uint64_t S, in resolveBPF()
112 static bool supportsMips64(uint64_t Type) { in supportsMips64()
124 static uint64_t resolveMips64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMips64() argument
140 static bool supportsMSP430(uint64_t Type) { in supportsMSP430()
150 static uint64_t resolveMSP430(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMSP430() argument
162 static bool supportsPPC64(uint64_t Type) { in supportsPPC64()
174 static uint64_t resolvePPC64(uint64_t Type, uint64_t Offset, uint64_t S, in resolvePPC64() argument
190 static bool supportsSystemZ(uint64_t Type) { in supportsSystemZ()
200 static uint64_t resolveSystemZ(uint64_t Type, uint64_t Offset, uint64_t S, in resolveSystemZ() argument
212 static bool supportsSparc64(uint64_t Type) { in supportsSparc64()
224 static uint64_t resolveSparc64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveSparc64() argument
237 static bool supportsAmdgpu(uint64_t Type) { in supportsAmdgpu()
247 static uint64_t resolveAmdgpu(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAmdgpu() argument
258 static bool supportsX86(uint64_t Type) { in supportsX86()
269 static uint64_t resolveX86(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86()
283 static bool supportsPPC32(uint64_t Type) { in supportsPPC32()
293 static uint64_t resolvePPC32(uint64_t Type, uint64_t Offset, uint64_t S, in resolvePPC32() argument
304 static bool supportsARM(uint64_t Type) { in supportsARM()
314 static uint64_t resolveARM(uint64_t Type, uint64_t Offset, uint64_t S, in resolveARM()
330 static bool supportsAVR(uint64_t Type) { in supportsAVR()
340 static uint64_t resolveAVR(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAVR() argument
352 static bool supportsLanai(uint64_t Type) { in supportsLanai()
356 static uint64_t resolveLanai(uint64_t Type, uint64_t Offset, uint64_t S, in resolveLanai() argument
363 static bool supportsMips32(uint64_t Type) { in supportsMips32()
373 static uint64_t resolveMips32(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMips32()
383 static bool supportsSparc32(uint64_t Type) { in supportsSparc32()
393 static uint64_t resolveSparc32(uint64_t Type, uint64_t Offset, uint64_t S, in resolveSparc32()
400 static bool supportsHexagon(uint64_t Type) { in supportsHexagon()
404 static uint64_t resolveHexagon(uint64_t Type, uint64_t Offset, uint64_t S, in resolveHexagon() argument
411 static bool supportsRISCV(uint64_t Type) { in supportsRISCV()
433 static uint64_t resolveRISCV(uint64_t Type, uint64_t Offset, uint64_t S, in resolveRISCV()
471 static bool supportsCOFFX86(uint64_t Type) { in supportsCOFFX86()
481 static uint64_t resolveCOFFX86(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFX86()
492 static bool supportsCOFFX86_64(uint64_t Type) { in supportsCOFFX86_64()
502 static uint64_t resolveCOFFX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFX86_64()
514 static bool supportsCOFFARM(uint64_t Type) { in supportsCOFFARM()
524 static uint64_t resolveCOFFARM(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFARM()
535 static bool supportsCOFFARM64(uint64_t Type) { in supportsCOFFARM64()
545 static uint64_t resolveCOFFARM64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFARM64()
557 static bool supportsMachOX86_64(uint64_t Type) { in supportsMachOX86_64()
561 static uint64_t resolveMachOX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMachOX86_64()
568 static bool supportsWasm32(uint64_t Type) { in supportsWasm32()
590 static bool supportsWasm64(uint64_t Type) { in supportsWasm64()
604 static uint64_t resolveWasm32(uint64_t Type, uint64_t Offset, uint64_t S, in resolveWasm32()
628 static uint64_t resolveWasm64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveWasm64()