Searched refs:GENERIC_RELOC_TLV (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h59 UNIMPLEMENTED_RELOC(MachO::GENERIC_RELOC_TLV); variable
61 if (RelType > MachO::GENERIC_RELOC_TLV)
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp502 (IsPCRel << 24) | (Log2Size << 25) | (MachO::GENERIC_RELOC_TLV << 28);
/external/llvm/include/llvm/Support/
H A DMachO.h404 GENERIC_RELOC_TLV = 5, enumerator in enum:llvm::MachO::RelocationInfoType
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp836 case MachO::GENERIC_RELOC_TLV: {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h404 GENERIC_RELOC_TLV = 5, enumerator in enum:llvm::MachO::RelocationInfoType

Completed in 168 milliseconds