Searched refs:ARM_RELOC_VANILLA (Results 1 - 3 of 3) sorted by path

/external/llvm/include/llvm/Support/
H A DMachO.h465 ARM_RELOC_VANILLA = GENERIC_RELOC_VANILLA, enumerator in enum:llvm::MachO::RelocationInfoType
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp381 case MachO::ARM_RELOC_VANILLA:
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp66 RelocType = unsigned(MachO::ARM_RELOC_VANILLA);
276 assert(Type == MachO::ARM_RELOC_VANILLA && "invalid reloc for 2 symbols");
362 unsigned RelocType = MachO::ARM_RELOC_VANILLA;
394 if (IsPCRel && RelocType == MachO::ARM_RELOC_VANILLA)

Completed in 303 milliseconds