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 82 unsigned RType = Obj->getAnyRelocationType(RENext);
83 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 476 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
477 if (LType != RType)
478 return (int)LType - (int)RType;
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 900 uint64_t RType;
901 getRelocationType(Rel, RType);
915 if (RType > 5)
918 res = Table[RType];
934 if (RType > 9)
937 res = Table[RType];
953 if (RType > 9)
956 res = Table[RType];
970 if (RType >= array_lengthof(Table))
973 res = Table[RType];
    [all...]
  /system/core/libpixelflinger/codeflinger/
mips_opcode.h 70 } RType;
102 } RType;
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 437 milliseconds