Searched refs:RType (Results 1 – 7 of 7) sorted by relevance
904 uint64_t RType; in getRelocationTypeName() local905 getRelocationType(Rel, RType); in getRelocationTypeName()919 if (RType > 6) in getRelocationTypeName()922 res = Table[RType]; in getRelocationTypeName()938 if (RType > 9) in getRelocationTypeName()941 res = Table[RType]; in getRelocationTypeName()957 if (RType > 9) in getRelocationTypeName()960 res = Table[RType]; in getRelocationTypeName()982 res = Table[RType]; in getRelocationTypeName()1028 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString() local[all …]
82 unsigned RType = Obj->getAnyRelocationType(RENext); in createExprForRelocation() local83 if (RType != RIT_X86_64_Unsigned) in createExprForRelocation()
45 unsigned int RType : 4; member
27 D3DRESOURCETYPE RType, D3DFORMAT CheckFormat));
438 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) { in FillInValueInitializations() local439 const RecordDecl *RDecl = RType->getDecl(); in FillInValueInitializations()2266 else if (const RecordType *RType = CurrentObjectType->getAs<RecordType>()) { in getStructuredSubobjectInit() local2267 RecordDecl *RDecl = RType->getDecl(); in getStructuredSubobjectInit()
2397 Type *RType = RVal->getType(); in isCompatibleIVType() local2398 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy()); in isCompatibleIVType()
478 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in compare() local479 if (LType != RType) in compare()480 return (int)LType - (int)RType; in compare()