Searched refs:RelocType (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp48 const MCFragment &Fragment, unsigned RelocType,
62 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType, argument
64 RelocType = unsigned(MachO::ARM_RELOC_VANILLA);
98 RelocType = unsigned(MachO::ARM_RELOC_BR24);
106 RelocType = unsigned(MachO::ARM_THUMB_RELOC_BR22);
120 RelocType = unsigned(MachO::ARM_RELOC_HALF);
124 RelocType = unsigned(MachO::ARM_RELOC_HALF);
129 RelocType = unsigned(MachO::ARM_RELOC_HALF);
133 RelocType = unsigned(MachO::ARM_RELOC_HALF);
332 unsigned RelocType,
329 requiresExternRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCFragment &Fragment, unsigned RelocType, const MCSymbol &S, uint64_t FixedValue) argument
383 unsigned RelocType = MachO::ARM_RELOC_VANILLA; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp35 bool getAArch64FixupKindMachOInfo(const MCFixup &Fixup, unsigned &RelocType,
52 const MCFixup &Fixup, unsigned &RelocType, const MCSymbolRefExpr *Sym,
54 RelocType = unsigned(MachO::ARM64_RELOC_UNSIGNED);
70 RelocType = unsigned(MachO::ARM64_RELOC_POINTER_TO_GOT);
75 RelocType = unsigned(MachO::ARM64_RELOC_POINTER_TO_GOT);
88 RelocType = unsigned(MachO::ARM64_RELOC_PAGEOFF12);
91 RelocType = unsigned(MachO::ARM64_RELOC_GOT_LOAD_PAGEOFF12);
94 RelocType = unsigned(MachO::ARM64_RELOC_TLVP_LOAD_PAGEOFF12);
106 RelocType = unsigned(MachO::ARM64_RELOC_PAGE21);
109 RelocType
51 getAArch64FixupKindMachOInfo( const MCFixup &Fixup, unsigned &RelocType, const MCSymbolRefExpr *Sym, unsigned &Log2Size, const MCAssembler &Asm) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp307 const unsigned RelocType = getRelocType(Target, FK, IsPCRel); local
314 RelocType != MachO::PPC_RELOC_BR24 &&
315 RelocType != MachO::PPC_RELOC_BR14) {
330 unsigned Type = RelocType;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp87 uint64_t RelocType = Reloc.getType(); local
97 switch (RelocType) {
110 W.printNumber("Type", RelocTypeName, RelocType);
H A DCOFFDumper.cpp1394 uint64_t RelocType = Reloc.getType(); local
1412 W.printNumber("Type", RelocName, RelocType);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h35 LLVM_YAML_STRONG_TYPEDEF(uint32_t, RelocType)
108 RelocType Type;
562 template <> struct ScalarEnumerationTraits<WasmYAML::RelocType> {
563 static void enumeration(IO &IO, WasmYAML::RelocType &Kind);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h155 uint32_t RelocType = Obj.getAnyRelocationType(RE); local
202 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID,
H A DRuntimeDyldMachOARM.h361 uint32_t RelocType = MachO.getAnyRelocationType(RE); local
418 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID,
H A DRuntimeDyldMachOAArch64.h519 static const char *getRelocName(uint32_t RelocType) { argument
520 switch (RelocType) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp65 uint32_t RelocType = Obj.getAnyRelocationType(RE); local
87 RelocationEntry R(SectionID, Offset, RelocType, Addend, IsPCRel, Size);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp378 template <typename RelocType>
380 NType(IO &) : Type(RelocType(0)) {}
381 NType(IO &, uint16_t T) : Type(RelocType(T)) {}
385 RelocType Type;
H A DWasmYAML.cpp596 void ScalarEnumerationTraits<WasmYAML::RelocType>::enumeration(
597 IO &IO, WasmYAML::RelocType &Type) {

Completed in 180 milliseconds