Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp904 uint64_t RType; in getRelocationTypeName() local
905 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 …]
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachORelocationInfo.cpp82 unsigned RType = Obj->getAnyRelocationType(RENext); in createExprForRelocation() local
83 if (RType != RIT_X86_64_Unsigned) in createExprForRelocation()
/external/clang/test/CodeGen/
D2008-03-24-BitField-And-Alloca.c45 unsigned int RType : 4; member
/external/chromium_org/content/gpu/
Dgpu_idirect3d9_mock_win.h27 D3DRESOURCETYPE RType, D3DFORMAT CheckFormat));
/external/clang/lib/Sema/
DSemaInit.cpp438 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) { in FillInValueInitializations() local
439 const RecordDecl *RDecl = RType->getDecl(); in FillInValueInitializations()
2266 else if (const RecordType *RType = CurrentObjectType->getAs<RecordType>()) { in getStructuredSubobjectInit() local
2267 RecordDecl *RDecl = RType->getDecl(); in getStructuredSubobjectInit()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2397 Type *RType = RVal->getType(); in isCompatibleIVType() local
2398 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy()); in isCompatibleIVType()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp478 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in compare() local
479 if (LType != RType) in compare()
480 return (int)LType - (int)RType; in compare()