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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h50 else if (RelType == MachO::GENERIC_RELOC_VANILLA)
111 case MachO::GENERIC_RELOC_VANILLA:
236 MachO::GENERIC_RELOC_VANILLA, 0, true, 2);
H A DRuntimeDyldMachOARM.h68 else if (RelType == MachO::GENERIC_RELOC_VANILLA)
204 MachO::GENERIC_RELOC_VANILLA, Value.Offset, false, 2);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp376 unsigned Type = MachO::GENERIC_RELOC_VANILLA;
563 Type = MachO::GENERIC_RELOC_VANILLA;
592 Type = MachO::GENERIC_RELOC_VANILLA;
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp91 unsigned Type = MachO::GENERIC_RELOC_VANILLA;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp213 MachO::GENERIC_RELOC_VANILLA, 0, false, 2);
/external/llvm/include/llvm/Support/
H A DMachO.h399 GENERIC_RELOC_VANILLA = 0, enumerator in enum:llvm::MachO::RelocationInfoType
409 PPC_RELOC_VANILLA = GENERIC_RELOC_VANILLA,
429 ARM_RELOC_VANILLA = GENERIC_RELOC_VANILLA,
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h399 GENERIC_RELOC_VANILLA = 0, enumerator in enum:llvm::MachO::RelocationInfoType
409 PPC_RELOC_VANILLA = GENERIC_RELOC_VANILLA,
429 ARM_RELOC_VANILLA = GENERIC_RELOC_VANILLA,

Completed in 118 milliseconds