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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h63 UNIMPLEMENTED_RELOC(MachO::X86_64_RELOC_TLV); variable
65 if (RelType > MachO::X86_64_RELOC_TLV)
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_x86_64.cpp384 case X86_64_RELOC_TLV | rPcRel | rExtern | rLength4:
802 X86_64_RELOC_TLV | rPcRel | rExtern | rLength4 );
H A DMachONormalizedFileYAML.cpp394 io.enumCase(value, "X86_64_RELOC_TLV",
395 llvm::MachO::X86_64_RELOC_TLV);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp82 case MachO::X86_64_RELOC_TLV:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp284 Type = MachO::X86_64_RELOC_TLV;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h476 X86_64_RELOC_TLV = 9 enumerator in enum:llvm::MachO::RelocationInfoType
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp547 case MachO::X86_64_RELOC_TLV:
2788 // like: X86_64_RELOC_TLV, X86_64_RELOC_GOT_LOAD and X86_64_RELOC_GOT.

Completed in 133 milliseconds