Home
last modified time | relevance | path

Searched refs:RType (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachORelocationInfo.cpp82 unsigned RType = Obj->getAnyRelocationType(RENext); in createExprForRelocation() local
83 if (RType != X86_64_RELOC_UNSIGNED) in createExprForRelocation()
/external/llvm/lib/Object/
DMachOObjectFile.cpp724 uint64_t RType; in getRelocationTypeName() local
725 getRelocationType(Rel, RType); in getRelocationTypeName()
739 if (RType > 5) in getRelocationTypeName()
742 res = Table[RType]; in getRelocationTypeName()
758 if (RType > 9) in getRelocationTypeName()
761 res = Table[RType]; in getRelocationTypeName()
777 if (RType > 9) in getRelocationTypeName()
780 res = Table[RType]; in getRelocationTypeName()
793 if (RType >= array_lengthof(Table)) in getRelocationTypeName()
796 res = Table[RType]; in getRelocationTypeName()
[all …]
/external/clang/test/CodeGen/
D2008-03-24-BitField-And-Alloca.c45 unsigned int RType : 4; member
/external/clang/lib/Sema/
DSemaInit.cpp532 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) { in FillInEmptyInitializations() local
533 const RecordDecl *RDecl = RType->getDecl(); in FillInEmptyInitializations()
2438 else if (const RecordType *RType = CurrentObjectType->getAs<RecordType>()) { in getStructuredSubobjectInit() local
2439 RecordDecl *RDecl = RType->getDecl(); in getStructuredSubobjectInit()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2473 Type *RType = RVal->getType(); in isCompatibleIVType() local
2474 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy()); in isCompatibleIVType()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp480 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in compare() local
481 if (LType != RType) in compare()
482 return (int)LType - (int)RType; in compare()