• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/

Lines Matching refs:uint64_t

26 static bool supportsX86_64(uint64_t Type) {
42 static uint64_t resolveX86_64(RelocationRef R, uint64_t S, uint64_t A) {
61 static bool supportsAArch64(uint64_t Type) {
71 static uint64_t resolveAArch64(RelocationRef R, uint64_t S, uint64_t A) {
82 static bool supportsBPF(uint64_t Type) {
92 static uint64_t resolveBPF(RelocationRef R, uint64_t S, uint64_t A) {
103 static bool supportsMips64(uint64_t Type) {
115 static uint64_t resolveMips64(RelocationRef R, uint64_t S, uint64_t A) {
130 static bool supportsPPC64(uint64_t Type) {
140 static uint64_t resolvePPC64(RelocationRef R, uint64_t S, uint64_t A) {
151 static bool supportsSystemZ(uint64_t Type) {
161 static uint64_t resolveSystemZ(RelocationRef R, uint64_t S, uint64_t A) {
172 static bool supportsSparc64(uint64_t Type) {
184 static uint64_t resolveSparc64(RelocationRef R, uint64_t S, uint64_t A) {
196 static bool supportsAmdgpu(uint64_t Type) {
206 static uint64_t resolveAmdgpu(RelocationRef R, uint64_t S, uint64_t A) {
216 static bool supportsX86(uint64_t Type) {
227 static uint64_t resolveX86(RelocationRef R, uint64_t S, uint64_t A) {
240 static bool supportsPPC32(uint64_t Type) {
244 static uint64_t resolvePPC32(RelocationRef R, uint64_t S, uint64_t A) {
250 static bool supportsARM(uint64_t Type) {
254 static uint64_t resolveARM(RelocationRef R, uint64_t S, uint64_t A) {
260 static bool supportsAVR(uint64_t Type) {
270 static uint64_t resolveAVR(RelocationRef R, uint64_t S, uint64_t A) {
281 static bool supportsLanai(uint64_t Type) {
285 static uint64_t resolveLanai(RelocationRef R, uint64_t S, uint64_t A) {
291 static bool supportsMips32(uint64_t Type) {
301 static uint64_t resolveMips32(RelocationRef R, uint64_t S, uint64_t A) {
311 static bool supportsSparc32(uint64_t Type) {
321 static uint64_t resolveSparc32(RelocationRef R, uint64_t S, uint64_t A) {
328 static bool supportsHexagon(uint64_t Type) {
332 static uint64_t resolveHexagon(RelocationRef R, uint64_t S, uint64_t A) {
338 static bool supportsRISCV(uint64_t Type) {
360 static uint64_t resolveRISCV(RelocationRef R, uint64_t S, uint64_t A) {
396 static bool supportsCOFFX86(uint64_t Type) {
406 static uint64_t resolveCOFFX86(RelocationRef R, uint64_t S, uint64_t A) {
416 static bool supportsCOFFX86_64(uint64_t Type) {
426 static uint64_t resolveCOFFX86_64(RelocationRef R, uint64_t S, uint64_t A) {
437 static bool supportsCOFFARM(uint64_t Type) {
447 static uint64_t resolveCOFFARM(RelocationRef R, uint64_t S, uint64_t A) {
457 static bool supportsCOFFARM64(uint64_t Type) {
467 static uint64_t resolveCOFFARM64(RelocationRef R, uint64_t S, uint64_t A) {
478 static bool supportsMachOX86_64(uint64_t Type) {
482 static uint64_t resolveMachOX86_64(RelocationRef R, uint64_t S, uint64_t A) {
488 static bool supportsWasm32(uint64_t Type) {
507 static uint64_t resolveWasm32(RelocationRef R, uint64_t S, uint64_t A) {
527 std::pair<bool (*)(uint64_t), RelocationResolver>