34 report_fatal_error(Twine(EI.message()));
41 case ELF::R_X86_64_NONE:
42 case ELF::R_X86_64_64:
43 case ELF::R_X86_64_DTPOFF32:
44 case ELF::R_X86_64_DTPOFF64:
45 case ELF::R_X86_64_PC32:
46 case ELF::R_X86_64_PC64:
47 case ELF::R_X86_64_32:
48 case ELF::R_X86_64_32S:
58 case ELF::R_X86_64_NONE:
60 case ELF::R_X86_64_64:
61 case ELF::R_X86_64_DTPOFF32:
62 case ELF::R_X86_64_DTPOFF64:
64 case ELF::R_X86_64_PC32:
65 case ELF::R_X86_64_PC64:
66 return S + Addend -
Offset;
67 case ELF::R_X86_64_32:
68 case ELF::R_X86_64_32S:
69 return (S + Addend) & 0xFFFFFFFF;
77 case ELF::R_AARCH64_ABS32:
78 case ELF::R_AARCH64_ABS64:
79 case ELF::R_AARCH64_PREL16:
80 case ELF::R_AARCH64_PREL32:
81 case ELF::R_AARCH64_PREL64:
82 case ELF::R_AARCH64_TLS_DTPREL64:
92 case ELF::R_AARCH64_ABS32:
93 return (S + Addend) & 0xFFFFFFFF;
94 case ELF::R_AARCH64_ABS64:
95 case ELF::R_AARCH64_TLS_DTPREL64:
97 case ELF::R_AARCH64_PREL16:
98 return (S + Addend -
Offset) & 0xFFFF;
99 case ELF::R_AARCH64_PREL32:
100 return (S + Addend -
Offset) & 0xFFFFFFFF;
101 case ELF::R_AARCH64_PREL64:
102 return S + Addend -
Offset;
110 case ELF::R_BPF_64_ABS32:
111 case ELF::R_BPF_64_ABS64:
121 case ELF::R_BPF_64_ABS32:
122 return (S + LocData) & 0xFFFFFFFF;
123 case ELF::R_BPF_64_ABS64:
134 case ELF::R_MIPS_TLS_DTPREL64:
135 case ELF::R_MIPS_PC32:
146 return (S + Addend) & 0xFFFFFFFF;
149 case ELF::R_MIPS_TLS_DTPREL64:
150 return S + Addend - 0x8000;
151 case ELF::R_MIPS_PC32:
152 return S + Addend -
Offset;
160 case ELF::R_MSP430_32:
161 case ELF::R_MSP430_16_BYTE:
171 case ELF::R_MSP430_32:
172 return (S + Addend) & 0xFFFFFFFF;
173 case ELF::R_MSP430_16_BYTE:
174 return (S + Addend) & 0xFFFF;
182 case ELF::R_PPC64_ADDR32:
183 case ELF::R_PPC64_ADDR64:
184 case ELF::R_PPC64_REL32:
185 case ELF::R_PPC64_REL64:
195 case ELF::R_PPC64_ADDR32:
196 return (S + Addend) & 0xFFFFFFFF;
197 case ELF::R_PPC64_ADDR64:
199 case ELF::R_PPC64_REL32:
200 return (S + Addend -
Offset) & 0xFFFFFFFF;
201 case ELF::R_PPC64_REL64:
202 return S + Addend -
Offset;
222 return (S + Addend) & 0xFFFFFFFF;
232 case ELF::R_SPARC_32:
233 case ELF::R_SPARC_64:
234 case ELF::R_SPARC_UA32:
235 case ELF::R_SPARC_UA64:
245 case ELF::R_SPARC_32:
246 case ELF::R_SPARC_64:
247 case ELF::R_SPARC_UA32:
248 case ELF::R_SPARC_UA64:
270 case ELF::R_AMDGPU_ABS32:
271 case ELF::R_AMDGPU_ABS64:
280 assert((LocData == 0 || Addend == 0) &&
281 "one of LocData and Addend must be 0");
283 case ELF::R_AMDGPU_ABS32:
284 case ELF::R_AMDGPU_ABS64:
285 return S + LocData + Addend;
293 case ELF::R_386_NONE:
295 case ELF::R_386_PC32:
305 case ELF::R_386_NONE:
309 case ELF::R_386_PC32:
310 return S -
Offset + LocData;
318 case ELF::R_PPC_ADDR32:
319 case ELF::R_PPC_REL32:
329 case ELF::R_PPC_ADDR32:
330 return (S + Addend) & 0xFFFFFFFF;
331 case ELF::R_PPC_REL32:
332 return (S + Addend -
Offset) & 0xFFFFFFFF;
339 case ELF::R_ARM_ABS32:
340 case ELF::R_ARM_REL32:
352 assert((LocData == 0 || Addend == 0) &&
353 "one of LocData and Addend must be 0");
355 case ELF::R_ARM_ABS32:
356 return (S + LocData + Addend) & 0xFFFFFFFF;
357 case ELF::R_ARM_REL32:
358 return (S + LocData + Addend -
Offset) & 0xFFFFFFFF;
377 return (S + Addend) & 0xFFFF;
379 return (S + Addend) & 0xFFFFFFFF;
386 return Type == ELF::R_LANAI_32;
391 if (
Type == ELF::R_LANAI_32)
392 return (S + Addend) & 0xFFFFFFFF;
399 case ELF::R_MIPS_TLS_DTPREL32:
409 if (
Type == ELF::R_MIPS_32)
410 return (S + LocData) & 0xFFFFFFFF;
411 if (
Type == ELF::R_MIPS_TLS_DTPREL32)
412 return (S + LocData) & 0xFFFFFFFF;
418 case ELF::R_SPARC_32:
419 case ELF::R_SPARC_UA32:
428 if (
Type == ELF::R_SPARC_32 ||
Type == ELF::R_SPARC_UA32)
434 return Type == ELF::R_HEX_32;
439 if (
Type == ELF::R_HEX_32)
446 case ELF::R_RISCV_NONE:
447 case ELF::R_RISCV_32:
448 case ELF::R_RISCV_32_PCREL:
449 case ELF::R_RISCV_64:
450 case ELF::R_RISCV_SET6:
451 case ELF::R_RISCV_SET8:
452 case ELF::R_RISCV_SUB6:
453 case ELF::R_RISCV_ADD8:
454 case ELF::R_RISCV_SUB8:
455 case ELF::R_RISCV_SET16:
456 case ELF::R_RISCV_ADD16:
457 case ELF::R_RISCV_SUB16:
458 case ELF::R_RISCV_SET32:
459 case ELF::R_RISCV_ADD32:
460 case ELF::R_RISCV_SUB32:
461 case ELF::R_RISCV_ADD64:
462 case ELF::R_RISCV_SUB64:
467 case ELF::R_RISCV_SET_ULEB128:
468 case ELF::R_RISCV_SUB_ULEB128:
480 case ELF::R_RISCV_NONE:
482 case ELF::R_RISCV_32:
483 return (S +
RA) & 0xFFFFFFFF;
484 case ELF::R_RISCV_32_PCREL:
485 return (S +
RA -
Offset) & 0xFFFFFFFF;
486 case ELF::R_RISCV_64:
488 case ELF::R_RISCV_SET6:
489 return (
A & 0xC0) | ((S +
RA) & 0x3F);
490 case ELF::R_RISCV_SUB6:
491 return (
A & 0xC0) | (((
A & 0x3F) - (S +
RA)) & 0x3F);
492 case ELF::R_RISCV_SET8:
493 return (S +
RA) & 0xFF;
494 case ELF::R_RISCV_ADD8:
495 return (
A + (S +
RA)) & 0xFF;
496 case ELF::R_RISCV_SUB8:
497 return (
A - (S +
RA)) & 0xFF;
498 case ELF::R_RISCV_SET16:
499 return (S +
RA) & 0xFFFF;
500 case ELF::R_RISCV_ADD16:
501 return (
A + (S +
RA)) & 0xFFFF;
502 case ELF::R_RISCV_SUB16:
503 return (
A - (S +
RA)) & 0xFFFF;
504 case ELF::R_RISCV_SET32:
505 return (S +
RA) & 0xFFFFFFFF;
506 case ELF::R_RISCV_ADD32:
507 return (
A + (S +
RA)) & 0xFFFFFFFF;
508 case ELF::R_RISCV_SUB32:
509 return (
A - (S +
RA)) & 0xFFFFFFFF;
510 case ELF::R_RISCV_ADD64:
511 return (
A + (S +
RA));
512 case ELF::R_RISCV_SUB64:
513 return (
A - (S +
RA));
521 case ELF::R_CKCORE_NONE:
522 case ELF::R_CKCORE_ADDR32:
523 case ELF::R_CKCORE_PCREL32:
533 case ELF::R_CKCORE_NONE:
535 case ELF::R_CKCORE_ADDR32:
536 return (S + Addend) & 0xFFFFFFFF;
537 case ELF::R_CKCORE_PCREL32:
538 return (S + Addend -
Offset) & 0xFFFFFFFF;
546 case ELF::R_LARCH_NONE:
547 case ELF::R_LARCH_32:
548 case ELF::R_LARCH_32_PCREL:
549 case ELF::R_LARCH_64:
550 case ELF::R_LARCH_ADD6:
551 case ELF::R_LARCH_SUB6:
552 case ELF::R_LARCH_ADD8:
553 case ELF::R_LARCH_SUB8:
554 case ELF::R_LARCH_ADD16:
555 case ELF::R_LARCH_SUB16:
556 case ELF::R_LARCH_ADD32:
557 case ELF::R_LARCH_SUB32:
558 case ELF::R_LARCH_ADD64:
559 case ELF::R_LARCH_SUB64:
569 case ELF::R_LARCH_NONE:
571 case ELF::R_LARCH_32:
572 return (S + Addend) & 0xFFFFFFFF;
573 case ELF::R_LARCH_32_PCREL:
574 return (S + Addend -
Offset) & 0xFFFFFFFF;
575 case ELF::R_LARCH_64:
577 case ELF::R_LARCH_ADD6:
578 return (LocData & 0xC0) | ((LocData + S + Addend) & 0x3F);
579 case ELF::R_LARCH_SUB6:
580 return (LocData & 0xC0) | ((LocData - (S + Addend)) & 0x3F);
581 case ELF::R_LARCH_ADD8:
582 return (LocData + (S + Addend)) & 0xFF;
583 case ELF::R_LARCH_SUB8:
584 return (LocData - (S + Addend)) & 0xFF;
585 case ELF::R_LARCH_ADD16:
586 return (LocData + (S + Addend)) & 0xFFFF;
587 case ELF::R_LARCH_SUB16:
588 return (LocData - (S + Addend)) & 0xFFFF;
589 case ELF::R_LARCH_ADD32:
590 return (LocData + (S + Addend)) & 0xFFFFFFFF;
591 case ELF::R_LARCH_SUB32:
592 return (LocData - (S + Addend)) & 0xFFFFFFFF;
593 case ELF::R_LARCH_ADD64:
594 return (LocData + (S + Addend));
595 case ELF::R_LARCH_SUB64:
596 return (LocData - (S + Addend));
617 return (S + LocData) & 0xFFFFFFFF;
637 return (S + LocData) & 0xFFFFFFFF;
660 return (S + LocData) & 0xFFFFFFFF;
680 return (S + LocData) & 0xFFFFFFFF;
701 case wasm::R_WASM_FUNCTION_INDEX_LEB:
702 case wasm::R_WASM_TABLE_INDEX_SLEB:
703 case wasm::R_WASM_TABLE_INDEX_I32:
704 case wasm::R_WASM_MEMORY_ADDR_LEB:
705 case wasm::R_WASM_MEMORY_ADDR_SLEB:
706 case wasm::R_WASM_MEMORY_ADDR_I32:
707 case wasm::R_WASM_TYPE_INDEX_LEB:
708 case wasm::R_WASM_GLOBAL_INDEX_LEB:
709 case wasm::R_WASM_FUNCTION_OFFSET_I32:
710 case wasm::R_WASM_SECTION_OFFSET_I32:
711 case wasm::R_WASM_TAG_INDEX_LEB:
712 case wasm::R_WASM_GLOBAL_INDEX_I32:
713 case wasm::R_WASM_TABLE_NUMBER_LEB:
714 case wasm::R_WASM_MEMORY_ADDR_LOCREL_I32:
723 case wasm::R_WASM_MEMORY_ADDR_LEB64:
724 case wasm::R_WASM_MEMORY_ADDR_SLEB64:
725 case wasm::R_WASM_MEMORY_ADDR_I64:
726 case wasm::R_WASM_TABLE_INDEX_SLEB64:
727 case wasm::R_WASM_TABLE_INDEX_I64:
728 case wasm::R_WASM_FUNCTION_OFFSET_I64:
738 case wasm::R_WASM_FUNCTION_INDEX_LEB:
739 case wasm::R_WASM_TABLE_INDEX_SLEB:
740 case wasm::R_WASM_TABLE_INDEX_I32:
741 case wasm::R_WASM_MEMORY_ADDR_LEB:
742 case wasm::R_WASM_MEMORY_ADDR_SLEB:
743 case wasm::R_WASM_MEMORY_ADDR_I32:
744 case wasm::R_WASM_TYPE_INDEX_LEB:
745 case wasm::R_WASM_GLOBAL_INDEX_LEB:
746 case wasm::R_WASM_FUNCTION_OFFSET_I32:
747 case wasm::R_WASM_SECTION_OFFSET_I32:
748 case wasm::R_WASM_TAG_INDEX_LEB:
749 case wasm::R_WASM_GLOBAL_INDEX_I32:
750 case wasm::R_WASM_TABLE_NUMBER_LEB:
751 case wasm::R_WASM_MEMORY_ADDR_LOCREL_I32:
762 case wasm::R_WASM_MEMORY_ADDR_LEB64:
763 case wasm::R_WASM_MEMORY_ADDR_SLEB64:
764 case wasm::R_WASM_MEMORY_ADDR_I64:
765 case wasm::R_WASM_TABLE_INDEX_SLEB64:
766 case wasm::R_WASM_TABLE_INDEX_I64:
767 case wasm::R_WASM_FUNCTION_OFFSET_I64:
775std::pair<SupportsRelocation, RelocationResolver>
778 switch (Obj.getArch()) {
789 return {
nullptr,
nullptr};
791 }
else if (Obj.isELF()) {
792 if (Obj.getBytesInAddress() == 8) {
793 switch (Obj.getArch()) {
822 return {
nullptr,
nullptr};
827 assert(Obj.getBytesInAddress() == 4 &&
828 "Invalid word size in object file");
830 switch (Obj.getArch()) {
864 return {
nullptr,
nullptr};
866 }
else if (Obj.isMachO()) {
869 return {
nullptr,
nullptr};
870 }
else if (Obj.isWasm()) {
875 return {
nullptr,
nullptr};
886 auto GetRelSectionType = [&]() ->
unsigned {
888 return Elf32LEObj->getRelSection(R.getRawDataRefImpl())->sh_type;
890 return Elf64LEObj->getRelSection(R.getRawDataRefImpl())->sh_type;
892 return Elf32BEObj->getRelSection(R.getRawDataRefImpl())->sh_type;
894 return Elf64BEObj->getRelSection(R.getRawDataRefImpl())->sh_type;
911 return Resolver(R.getType(), R.getOffset(), S, LocData, Addend);
921 R.getRawDataRefImpl().p);
assert(UImm &&(UImm !=~static_cast< T >(0)) &&"Invalid immediate!")
static GCRegistry::Add< ErlangGC > A("erlang", "erlang-compatible garbage collector")
SI optimize exec mask operations pre RA
Base class for error info classes.
Tagged union holding either a T or a Error.
Error takeError()
Take ownership of the stored error.
Interface for looking up the initializer for a variable name, used by Init::resolveReferences.
The instances of the Type class are immutable: once they are created, they are never changed.
Expected< int64_t > getAddend() const
This class is the base class for all object file types.
This is a value type class that represents a single relocation in the list of relocations in the obje...
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
static uint64_t resolveCOFFARM(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t)
static bool supportsRISCV(uint64_t Type)
static bool supportsCOFFARM(uint64_t Type)
static uint64_t resolveCOFFARM64(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t)
static uint64_t resolveMips64(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t, int64_t Addend)
static bool supportsCSKY(uint64_t Type)
static bool supportsLanai(uint64_t Type)
static uint64_t resolvePPC64(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t, int64_t Addend)
static bool supportsMSP430(uint64_t Type)
static bool supportsLoongArch(uint64_t Type)
static uint64_t resolveCSKY(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t Addend)
static int64_t getELFAddend(RelocationRef R)
static uint64_t resolveAArch64(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t, int64_t Addend)
static bool supportsWasm32(uint64_t Type)
LLVM_ABI uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R, uint64_t S, uint64_t LocData)
static uint64_t resolveX86(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t)
static uint64_t resolveWasm64(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t Addend)
static bool supportsSystemZ(uint64_t Type)
static uint64_t resolveARM(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t Addend)
static bool supportsWasm64(uint64_t Type)
static bool supportsSparc64(uint64_t Type)
static bool supportsMips64(uint64_t Type)
uint64_t(*)(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t Addend) RelocationResolver
static bool supportsMachOX86_64(uint64_t Type)
static uint64_t resolveLanai(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t, int64_t Addend)
static uint64_t resolveCOFFX86(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t)
static uint64_t resolveX86_64(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t Addend)
static uint64_t resolveMSP430(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t, int64_t Addend)
static bool supportsAmdgpu(uint64_t Type)
static bool supportsMips32(uint64_t Type)
static bool isAMDGPU(const ObjectFile &Obj)
Returns true if Obj is an AMDGPU code object based solely on the value of e_machine.
static bool supportsBPF(uint64_t Type)
static uint64_t resolvePPC32(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t, int64_t Addend)
static uint64_t resolveLoongArch(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t Addend)
static uint64_t resolveAmdgpu(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t Addend)
static uint64_t resolveHexagon(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t, int64_t Addend)
LLVM_ABI std::pair< SupportsRelocation, RelocationResolver > getRelocationResolver(const ObjectFile &Obj)
static bool supportsPPC32(uint64_t Type)
static uint64_t resolveSparc64(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t, int64_t Addend)
static uint64_t resolveAVR(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t, int64_t Addend)
static bool supportsCOFFX86_64(uint64_t Type)
static bool supportsARM(uint64_t Type)
static uint64_t resolveBPF(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t)
static bool supportsAVR(uint64_t Type)
static uint64_t resolveWasm32(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t)
static bool supportsX86(uint64_t Type)
static uint64_t resolveCOFFX86_64(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t)
static uint64_t resolveRISCV(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t Addend)
static bool supportsHexagon(uint64_t Type)
static uint64_t resolveMachOX86_64(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t)
static bool supportsAArch64(uint64_t Type)
static bool supportsX86_64(uint64_t Type)
static uint64_t resolveSparc32(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t Addend)
static bool supportsPPC64(uint64_t Type)
static bool supportsCOFFARM64(uint64_t Type)
static bool supportsCOFFX86(uint64_t Type)
static uint64_t resolveMips32(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t)
static bool supportsSparc32(uint64_t Type)
static uint64_t resolveSystemZ(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t, int64_t Addend)
This is an optimization pass for GlobalISel generic memory operations.
decltype(auto) dyn_cast(const From &Val)
dyn_cast<X> - Return the argument parameter cast to the specified type.
void handleAllErrors(Error E, HandlerTs &&... Handlers)
Behaves the same as handleErrors, except that by contract all errors must be handled by the given han...
decltype(auto) cast(const From &Val)
cast<X> - Return the argument parameter cast to the specified type.