HomeSort by relevance Sort by last modified time
    Searched refs:GENERIC_RELOC_VANILLA (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 49 else if (RelType == MachO::GENERIC_RELOC_VANILLA)
96 case MachO::GENERIC_RELOC_VANILLA:
213 MachO::GENERIC_RELOC_VANILLA, 0, true, 2);
RuntimeDyldMachOARM.h 67 else if (RelType == MachO::GENERIC_RELOC_VANILLA)
191 MachO::GENERIC_RELOC_VANILLA, Value.Offset, false, 2);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 371 unsigned Type = MachO::GENERIC_RELOC_VANILLA;
558 Type = MachO::GENERIC_RELOC_VANILLA;
587 Type = MachO::GENERIC_RELOC_VANILLA;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 91 unsigned Type = MachO::GENERIC_RELOC_VANILLA;
  /external/llvm/include/llvm/Support/
MachO.h 441 GENERIC_RELOC_VANILLA = 0,
451 PPC_RELOC_VANILLA = GENERIC_RELOC_VANILLA,
471 ARM_RELOC_VANILLA = GENERIC_RELOC_VANILLA,
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 201 MachO::GENERIC_RELOC_VANILLA, 0, false, 2);

Completed in 1479 milliseconds