Searched refs:RType (Results 1 – 6 of 6) sorted by relevance
900 uint64_t RType; in getRelocationTypeName() local901 getRelocationType(Rel, RType); in getRelocationTypeName()915 if (RType > 5) in getRelocationTypeName()918 res = Table[RType]; in getRelocationTypeName()934 if (RType > 9) in getRelocationTypeName()937 res = Table[RType]; in getRelocationTypeName()953 if (RType > 9) in getRelocationTypeName()956 res = Table[RType]; in getRelocationTypeName()970 if (RType >= array_lengthof(Table)) in getRelocationTypeName()973 res = Table[RType]; in getRelocationTypeName()[all …]
82 unsigned RType = Obj->getAnyRelocationType(RENext); in createExprForRelocation() local83 if (RType != X86_64_RELOC_UNSIGNED) in createExprForRelocation()
45 unsigned int RType : 4; member
528 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) { in FillInEmptyInitializations() local529 const RecordDecl *RDecl = RType->getDecl(); in FillInEmptyInitializations()2405 else if (const RecordType *RType = CurrentObjectType->getAs<RecordType>()) { in getStructuredSubobjectInit() local2406 RecordDecl *RDecl = RType->getDecl(); in getStructuredSubobjectInit()
2478 Type *RType = RVal->getType(); in isCompatibleIVType() local2479 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy()); in isCompatibleIVType()
476 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in compare() local477 if (LType != RType) in compare()478 return (int)LType - (int)RType; in compare()