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

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

Completed in 496 milliseconds