Home
last modified time | relevance | path

Searched refs:DTy (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp530 DIDerivedType DTy = cast<MDDerivedType>(Ty); in addBlockByrefAddress() local
531 TmpTy = resolve(DTy->getBaseType()); in addBlockByrefAddress()
598 if (DIDerivedType DTy = dyn_cast<MDDerivedTypeBase>(Ty)) { in isUnsignedDIType() local
620 if (DITypeRef Deriv = DTy->getBaseType()) in isUnsignedDIType()
624 assert(DTy->getTag() == dwarf::DW_TAG_enumeration_type); in isUnsignedDIType()
951 void DwarfUnit::constructTypeDIE(DIE &Buffer, DIDerivedType DTy) { in constructTypeDIE() argument
953 StringRef Name = DTy->getName(); in constructTypeDIE()
954 uint64_t Size = DTy->getSizeInBits() >> 3; in constructTypeDIE()
958 DIType FromTy = resolve(DTy->getBaseType()); in constructTypeDIE()
974 *getOrCreateTypeDIE(resolve(cast<MDDerivedType>(DTy)->getClassType()))); in constructTypeDIE()
[all …]
DDwarfUnit.h354 void constructTypeDIE(DIE &Buffer, DIDerivedType DTy);
/external/llvm/lib/Linker/
DLinkModules.cpp80 void finishType(StructType *DTy, StructType *STy, ArrayRef<Type *> ETypes);
235 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType() argument
237 DTy->setBody(ETypes, STy->isPacked()); in finishType()
243 DTy->setName(TmpName); in finishType()
246 DstStructTypesSet.addNonOpaque(DTy); in finishType()
273 StructType *DTy = StructType::create(Ty->getContext()); in get() local
274 return *Entry = DTy; in get()
297 if (auto *DTy = dyn_cast<StructType>(*Entry)) { in get() local
298 if (DTy->isOpaque()) { in get()
300 finishType(DTy, STy, ElementTypes); in get()
[all …]
/external/llvm/lib/IR/
DValue.cpp501 *DTy = BC->getDestTy()->getPointerElementType(); in isDereferenceablePointer() local
502 if (STy->isSized() && DTy->isSized() && in isDereferenceablePointer()
503 (DL.getTypeStoreSize(STy) >= DL.getTypeStoreSize(DTy)) && in isDereferenceablePointer()
504 (DL.getABITypeAlignment(STy) >= DL.getABITypeAlignment(DTy))) in isDereferenceablePointer()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp994 QualType DTy = cast<CXXDeleteExpr>(E)->getDestroyedType(); in canThrow() local
995 if (DTy.isNull() || DTy->isDependentType()) { in canThrow()
1000 if (const RecordType *RT = DTy->getAs<RecordType>()) { in canThrow()
DSemaType.cpp4327 const Type *DTy = Ty->getUnqualifiedDesugaredType(); in FunctionTypeUnwrapper() local
4328 if (Ty == DTy) { in FunctionTypeUnwrapper()
4333 T = QualType(DTy, 0); in FunctionTypeUnwrapper()
/external/clang/lib/Analysis/
DCFG.cpp3476 QualType DTy = DE->getDestroyedType(); in VisitCXXDeleteExpr() local
3477 DTy = DTy.getNonReferenceType(); in VisitCXXDeleteExpr()
3478 CXXRecordDecl *RD = Context->getBaseElementType(DTy)->getAsCXXRecordDecl(); in VisitCXXDeleteExpr()
3807 QualType DTy = DE->getDestroyedType(); in getDestructorDecl() local
3808 DTy = DTy.getNonReferenceType(); in getDestructorDecl()
3810 astContext.getBaseElementType(DTy)->getAsCXXRecordDecl(); in getDestructorDecl()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp615 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor() local
616 QualType BTy = getContext().getBaseElementType(DTy); in ProcessDeleteDtor()
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h549 SDValue getConvertRndSat(EVT VT, SDLoc dl, SDValue Val, SDValue DTy,
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1241 llvm::DIType DTy = DBuilder.createInheritance( in CollectCXXBases() local
1243 EltTys.push_back(DTy); in CollectCXXBases()
DCGBuiltin.cpp2963 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr() local
2964 Ops[0] = Builder.CreateBitCast(Ops[0], DTy); in EmitCommonNeonBuiltinExpr()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1647 SDValue Val, SDValue DTy, in getConvertRndSat() argument
1652 if (DTy == STy && in getConvertRndSat()
1657 SDValue Ops[] = { Val, DTy, STy, Rnd, Sat }; in getConvertRndSat()