Home
last modified time | relevance | path

Searched refs:GENERIC_RELOC_TLV (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h59 UNIMPLEMENTED_RELOC(MachO::GENERIC_RELOC_TLV); in processRelocationRef()
61 if (RelType > MachO::GENERIC_RELOC_TLV) in processRelocationRef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h59 UNIMPLEMENTED_RELOC(MachO::GENERIC_RELOC_TLV); in processRelocationRef()
61 if (RelType > MachO::GENERIC_RELOC_TLV) in processRelocationRef()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp502 (IsPCRel << 24) | (Log2Size << 25) | (MachO::GENERIC_RELOC_TLV << 28); in recordTLVPRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp501 (IsPCRel << 24) | (Log2Size << 25) | (MachO::GENERIC_RELOC_TLV << 28); in recordTLVPRelocation()
/external/llvm/include/llvm/Support/
DMachO.h404 GENERIC_RELOC_TLV = 5, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h404 GENERIC_RELOC_TLV = 5, enumerator
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test660 MACHO-32: Type: GENERIC_RELOC_TLV (5)
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dreloc-types.test660 MACHO-32: Type: GENERIC_RELOC_TLV (5)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h401 GENERIC_RELOC_TLV = 5, enumerator
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp836 case MachO::GENERIC_RELOC_TLV: { in getRelocationValueString()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp773 case MachO::GENERIC_RELOC_TLV: { in getRelocationValueString()