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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 57 RelocType = unsigned(macho::RIT_Vanilla);
229 unsigned Type = macho::RIT_Vanilla;
289 unsigned RelocType = macho::RIT_Vanilla;
318 if (IsPCRel && RelocType == macho::RIT_Vanilla)
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 348 unsigned Type = macho::RIT_Vanilla;
501 Type = macho::RIT_Vanilla;
532 Type = macho::RIT_Vanilla;
  /external/llvm/include/llvm/Object/
MachOFormat.h 332 RIT_Vanilla = 0,
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 94 case macho::RIT_Vanilla: {

Completed in 5253 milliseconds