| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 64 RelocType = unsigned(MachO::ARM_RELOC_VANILLA); in getARMFixupKindMachOInfo() 98 RelocType = unsigned(MachO::ARM_RELOC_BR24); in getARMFixupKindMachOInfo() 120 RelocType = unsigned(MachO::ARM_RELOC_HALF); in getARMFixupKindMachOInfo() 124 RelocType = unsigned(MachO::ARM_RELOC_HALF); in getARMFixupKindMachOInfo() 129 RelocType = unsigned(MachO::ARM_RELOC_HALF); in getARMFixupKindMachOInfo() 133 RelocType = unsigned(MachO::ARM_RELOC_HALF); in getARMFixupKindMachOInfo() 340 switch (RelocType) { in requiresExternRelocation() 383 unsigned RelocType = MachO::ARM_RELOC_VANILLA; in recordRelocation() local 397 if (RelocType == MachO::ARM_RELOC_HALF) in recordRelocation() 419 RelocType != MachO::ARM_RELOC_HALF) in recordRelocation() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MachObjectWriter.cpp | 52 const MCFixup &Fixup, unsigned &RelocType, const MCSymbolRefExpr *Sym, in getAArch64FixupKindMachOInfo() argument 54 RelocType = unsigned(MachO::ARM64_RELOC_UNSIGNED); in getAArch64FixupKindMachOInfo() 70 RelocType = unsigned(MachO::ARM64_RELOC_POINTER_TO_GOT); in getAArch64FixupKindMachOInfo() 75 RelocType = unsigned(MachO::ARM64_RELOC_POINTER_TO_GOT); in getAArch64FixupKindMachOInfo() 88 RelocType = unsigned(MachO::ARM64_RELOC_PAGEOFF12); in getAArch64FixupKindMachOInfo() 91 RelocType = unsigned(MachO::ARM64_RELOC_GOT_LOAD_PAGEOFF12); in getAArch64FixupKindMachOInfo() 94 RelocType = unsigned(MachO::ARM64_RELOC_TLVP_LOAD_PAGEOFF12); in getAArch64FixupKindMachOInfo() 106 RelocType = unsigned(MachO::ARM64_RELOC_PAGE21); in getAArch64FixupKindMachOInfo() 109 RelocType = unsigned(MachO::ARM64_RELOC_GOT_LOAD_PAGE21); in getAArch64FixupKindMachOInfo() 112 RelocType = unsigned(MachO::ARM64_RELOC_TLVP_LOAD_PAGE21); in getAArch64FixupKindMachOInfo() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | WasmDumper.cpp | 86 uint64_t RelocType = Reloc.getType(); in printRelocation() local 95 bool HasAddend = wasm::relocTypeHasAddend(static_cast<uint32_t>(RelocType)); in printRelocation() 99 W.printNumber("Type", RelocTypeName, RelocType); in printRelocation()
|
| H A D | COFFDumper.cpp | 1582 uint64_t RelocType = Reloc.getType(); in printRelocation() local 1600 W.printNumber("Type", RelocName, RelocType); in printRelocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 35 LLVM_YAML_STRONG_TYPEDEF(uint32_t, RelocType) 115 RelocType Type; 588 template <> struct ScalarEnumerationTraits<WasmYAML::RelocType> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 589 static void enumeration(IO &IO, WasmYAML::RelocType &Kind); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOI386.h | 154 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation() local 201 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID, in processSECTDIFFRelocation()
|
| H A D | RuntimeDyldMachOARM.h | 360 uint32_t RelocType = MachO.getAnyRelocationType(RE); in processHALFSECTDIFFRelocation() local 417 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID, in processHALFSECTDIFFRelocation()
|
| H A D | RuntimeDyldMachOAArch64.h | 519 static const char *getRelocName(uint32_t RelocType) { in getRelocName() argument 520 switch (RelocType) { in getRelocName()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | COFFYAML.cpp | 384 template <typename RelocType> 386 NType(IO &) : Type(RelocType(0)) {} in NType() 387 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() 391 RelocType Type;
|
| H A D | WasmYAML.cpp | 640 void ScalarEnumerationTraits<WasmYAML::RelocType>::enumeration( in enumeration() 641 IO &IO, WasmYAML::RelocType &Type) { in enumeration()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldMachO.cpp | 65 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processScatteredVANILLA() local 87 RelocationEntry R(SectionID, Offset, RelocType, Addend, IsPCRel, Size); in processScatteredVANILLA()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | FunctionLoweringInfo.h | 101 enum RelocType { enum
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 2280 XCOFF::RelocationType RelocType; in disassembleObject() local 2286 RelocType = Reloc->Type; in disassembleObject() 2292 RelocType = Reloc->Type; in disassembleObject() 2295 RelocType == XCOFF::R_BA || RelocType == XCOFF::R_BR || in disassembleObject() 2296 RelocType == XCOFF::R_RBA || RelocType == XCOFF::R_RBR; in disassembleObject()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 5403 bool MachOObjectFile::isMachOPairedReloc(uint64_t RelocType, uint64_t Arch) { in isMachOPairedReloc() argument 5406 return RelocType == MachO::GENERIC_RELOC_SECTDIFF || in isMachOPairedReloc() 5407 RelocType == MachO::GENERIC_RELOC_LOCAL_SECTDIFF; in isMachOPairedReloc() 5409 return RelocType == MachO::X86_64_RELOC_SUBTRACTOR; in isMachOPairedReloc() 5412 return RelocType == MachO::ARM_RELOC_SECTDIFF || in isMachOPairedReloc() 5413 RelocType == MachO::ARM_RELOC_LOCAL_SECTDIFF || in isMachOPairedReloc() 5414 RelocType == MachO::ARM_RELOC_HALF || in isMachOPairedReloc() 5415 RelocType == MachO::ARM_RELOC_HALF_SECTDIFF; in isMachOPairedReloc() 5417 return RelocType == MachO::ARM64_RELOC_SUBTRACTOR; in isMachOPairedReloc()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | MachO.h | 420 static bool isMachOPairedReloc(uint64_t RelocType, uint64_t Arch);
|