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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp684 DIDerivedType DTy(Ty);
685 TmpTy = resolve(DTy.getTypeDerivedFrom());
750 DIDerivedType DTy(Ty);
751 if (DTy.isDerivedType()) {
767 if (DITypeRef Deriv = DTy.getTypeDerivedFrom())
771 assert(DTy.getTag() == dwarf::DW_TAG_enumeration_type);
1104 void DwarfUnit::constructTypeDIE(DIE &Buffer, DIDerivedType DTy) {
1106 StringRef Name = DTy.getName();
1107 uint64_t Size = DTy.getSizeInBits() >> 3;
1111 DIType FromTy = resolve(DTy
[all...]
H A DDwarfUnit.h466 void constructTypeDIE(DIE &Buffer, DIDerivedType DTy);
/external/llvm/lib/IR/
H A DValue.cpp494 *DTy = BC->getDestTy()->getPointerElementType(); local
495 if (STy->isSized() && DTy->isSized() &&
497 DL->getTypeStoreSize(DTy)) &&
499 DL->getABITypeAlignment(DTy)))
H A DDebugInfo.cpp696 DICompositeType DTy(DbgNode);
697 if (!DTy.getIdentifier())
699 return DIScopeRef(DTy.getIdentifier());
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp953 QualType DTy = cast<CXXDeleteExpr>(E)->getDestroyedType(); local
954 if (DTy.isNull() || DTy->isDependentType()) {
959 if (const RecordType *RT = DTy->getAs<RecordType>()) {
H A DSemaType.cpp4274 const Type *DTy = Ty->getUnqualifiedDesugaredType(); local
4275 if (Ty == DTy) {
4280 T = QualType(DTy, 0);
/external/llvm/lib/Linker/
H A DLinkModules.cpp347 StructType *DTy = StructType::create(STy->getContext()); local
350 DstStructTypesSet.insert(DTy);
351 DstResolvedOpaqueTypes.insert(DTy);
352 return *Entry = DTy;
/external/clang/lib/Analysis/
H A DCFG.cpp3408 QualType DTy = DE->getDestroyedType(); local
3409 DTy = DTy.getNonReferenceType();
3410 CXXRecordDecl *RD = Context->getBaseElementType(DTy)->getAsCXXRecordDecl();
3726 QualType DTy = DE->getDestroyedType(); local
3727 DTy = DTy.getNonReferenceType();
3729 astContext.getBaseElementType(DTy)->getAsCXXRecordDecl();
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp606 QualType DTy = DE->getDestroyedType(); local
607 QualType BTy = getContext().getBaseElementType(DTy);
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h532 SDValue getConvertRndSat(EVT VT, SDLoc dl, SDValue Val, SDValue DTy,
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1211 llvm::DIType DTy = local
1215 EltTys.push_back(DTy);
H A DCGBuiltin.cpp2769 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); local
2770 Ops[0] = Builder.CreateBitCast(Ops[0], DTy);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1602 SDValue Val, SDValue DTy,
1607 if (DTy == STy &&
1612 SDValue Ops[] = { Val, DTy, STy, Rnd, Sat };
1601 getConvertRndSat(EVT VT, SDLoc dl, SDValue Val, SDValue DTy, SDValue STy, SDValue Rnd, SDValue Sat, ISD::CvtCode Code) argument

Completed in 3338 milliseconds