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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h108 case MachO::X86_64_RELOC_UNSIGNED:
144 MachO::X86_64_RELOC_UNSIGNED, Value.Offset, false,
154 MachO::X86_64_RELOC_UNSIGNED, RE.Addend, true, 2);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp134 Type = MachO::X86_64_RELOC_UNSIGNED;
204 Type = MachO::X86_64_RELOC_UNSIGNED;
342 Type = MachO::X86_64_RELOC_UNSIGNED;
/external/llvm/include/llvm/Object/
H A DRelocVisitor.h241 case MachO::X86_64_RELOC_UNSIGNED:
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp754 // X86_64_RELOC_UNSIGNED.
757 if (RType != MachO::X86_64_RELOC_UNSIGNED)
758 report_fatal_error("Expected X86_64_RELOC_UNSIGNED after "
761 // The X86_64_RELOC_UNSIGNED contains the minuend symbol;
927 // On x86_64, X86_64_RELOC_UNSIGNED is hidden only when it follows
929 if (Type == MachO::X86_64_RELOC_UNSIGNED && Rel.d.a > 0) {
H A DMachODump.cpp1973 if (TypeNext == MachO::X86_64_RELOC_UNSIGNED && isExternNext) {
/external/llvm/include/llvm/Support/
H A DMachO.h470 X86_64_RELOC_UNSIGNED = 0, enumerator in enum:llvm::MachO::RelocationInfoType
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h470 X86_64_RELOC_UNSIGNED = 0, enumerator in enum:llvm::MachO::RelocationInfoType

Completed in 869 milliseconds