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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp400 DIDerivedType DTy = DIDerivedType(Ty); local
401 TmpTy = DTy.getTypeDerivedFrom();
719 void CompileUnit::constructTypeDIE(DIE &Buffer, DIDerivedType DTy) { argument
721 StringRef Name = DTy.getName();
722 uint64_t Size = DTy.getSizeInBits() >> 3;
723 unsigned Tag = DTy.getTag();
731 DIType FromTy = DTy.getTypeDerivedFrom();
743 if (!DTy.isForwardDecl())
744 addSourceLine(&Buffer, DTy);
773 DIType DTy local
[all...]
H A DDwarfCompileUnit.h305 DIDerivedType DTy);
H A DDwarfDebug.cpp127 DIDerivedType DTy = DIDerivedType(Ty); local
128 subType = DTy.getTypeDerivedFrom();
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp924 QualType DTy = cast<CXXDeleteExpr>(E)->getDestroyedType(); local
925 if (DTy.isNull() || DTy->isDependentType()) {
930 if (const RecordType *RT = DTy->getAs<RecordType>()) {
H A DSemaType.cpp3732 const Type *DTy = Ty->getUnqualifiedDesugaredType(); local
3733 if (Ty == DTy) {
3738 T = QualType(DTy, 0);
/external/llvm/lib/VMCore/
H A DDebugInfo.cpp356 DIDerivedType DTy(DbgNode);
357 if (DTy.Verify())
358 return DTy.getTypeDerivedFrom().isUnsignedDIType();
/external/llvm/lib/Linker/
H A DLinkModules.cpp340 StructType *DTy = StructType::create(STy->getContext()); local
341 DstResolvedOpaqueTypes.insert(DTy);
342 return *Entry = DTy;
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h485 SDValue getConvertRndSat(EVT VT, DebugLoc dl, SDValue Val, SDValue DTy,
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp2007 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); local
2008 Ops[0] = Builder.CreateBitCast(Ops[0], DTy);
H A DCGDebugInfo.cpp1081 llvm::DIType DTy = local
1085 EltTys.push_back(DTy);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1405 SDValue Val, SDValue DTy,
1410 if (DTy == STy &&
1415 SDValue Ops[] = { Val, DTy, STy, Rnd, Sat };
1404 getConvertRndSat(EVT VT, DebugLoc dl, SDValue Val, SDValue DTy, SDValue STy, SDValue Rnd, SDValue Sat, ISD::CvtCode Code) argument

Completed in 264 milliseconds