HomeSort by: relevance | last modified time | path
    Searched refs:GENERIC_RELOC_VANILLA (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 49 else if (RelType == MachO::GENERIC_RELOC_VANILLA)
110 case MachO::GENERIC_RELOC_VANILLA:
238 MachO::GENERIC_RELOC_VANILLA, 0, true, 2);
RuntimeDyldMachOARM.h 137 else if (RelType == MachO::GENERIC_RELOC_VANILLA)
331 MachO::GENERIC_RELOC_VANILLA, Value.Offset, false, 2);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 374 unsigned Type = MachO::GENERIC_RELOC_VANILLA;
559 Type = MachO::GENERIC_RELOC_VANILLA;
588 Type = MachO::GENERIC_RELOC_VANILLA;
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 215 MachO::GENERIC_RELOC_VANILLA, 0, false, 2);
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h 403 GENERIC_RELOC_VANILLA = 0,
413 PPC_RELOC_VANILLA = GENERIC_RELOC_VANILLA,
433 ARM_RELOC_VANILLA = GENERIC_RELOC_VANILLA,

Completed in 47 milliseconds