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

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachORelocationInfo.cpp 85 unsigned RType = Obj->getAnyRelocationType(RENext);
86 if (RType != X86_64_RELOC_UNSIGNED)
  /external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c 45 unsigned int RType : 4;
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 471 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
472 if (LType != RType)
473 return (int)LType - (int)RType;
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 648 uint64_t RType = getRelocationType(Rel);
662 if (RType > 5)
665 res = Table[RType];
681 if (RType > 9)
684 res = Table[RType];
700 if (RType > 9)
703 res = Table[RType];
716 if (RType >= array_lengthof(Table))
719 res = Table[RType];
741 if (RType > 15
    [all...]
  /system/core/libpixelflinger/codeflinger/
mips_opcode.h 70 } RType;
102 } RType;
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 363 milliseconds