Searched refs:X86_64_RELOC_SIGNED_2 (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h104 case MachO::X86_64_RELOC_SIGNED_2:
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_x86_64.cpp372 case X86_64_RELOC_SIGNED_2 | rPcRel | rExtern | rLength4:
374 case X86_64_RELOC_SIGNED_2 | rPcRel | rLength4:
823 X86_64_RELOC_SIGNED_2 | rPcRel | rExtern | rLength4 );
827 X86_64_RELOC_SIGNED_2 | rPcRel | rLength4 );
H A DMachONormalizedFileYAML.cpp390 io.enumCase(value, "X86_64_RELOC_SIGNED_2",
391 llvm::MachO::X86_64_RELOC_SIGNED_2);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp74 case MachO::X86_64_RELOC_SIGNED_2:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp308 case 2: Type = MachO::X86_64_RELOC_SIGNED_2; break;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h474 X86_64_RELOC_SIGNED_2 = 7, enumerator in enum:llvm::MachO::RelocationInfoType
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp557 case MachO::X86_64_RELOC_SIGNED_2:

Completed in 177 milliseconds