Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp900 uint64_t RType; in getRelocationTypeName() local
901 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 …]
/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/clang/test/CodeGen/
D2008-03-24-BitField-And-Alloca.c45 unsigned int RType : 4; member
/external/clang/lib/Sema/
DSemaInit.cpp528 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) { in FillInEmptyInitializations() local
529 const RecordDecl *RDecl = RType->getDecl(); in FillInEmptyInitializations()
2405 else if (const RecordType *RType = CurrentObjectType->getAs<RecordType>()) { in getStructuredSubobjectInit() local
2406 RecordDecl *RDecl = RType->getDecl(); in getStructuredSubobjectInit()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2478 Type *RType = RVal->getType(); in isCompatibleIVType() local
2479 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy()); in isCompatibleIVType()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp476 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in compare() local
477 if (LType != RType) in compare()
478 return (int)LType - (int)RType; in compare()