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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp522 DIDerivedType DTy = DIDerivedType(Ty); local
523 TmpTy = DTy.getTypeDerivedFrom();
853 void CompileUnit::constructTypeDIE(DIE &Buffer, DIDerivedType DTy) { argument
855 StringRef Name = DTy.getName();
856 uint64_t Size = DTy.getSizeInBits() >> 3;
857 unsigned Tag = DTy.getTag();
865 DIType FromTy = DTy.getTypeDerivedFrom();
878 getOrCreateTypeDIE(DTy.getClassType()));
880 if (!DTy.isForwardDecl())
881 addSourceLine(&Buffer, DTy);
942 DIType DTy = CTy.getTypeDerivedFrom(); local
[all...]
H A DDwarfCompileUnit.h347 DIDerivedType DTy);
H A DDwarfDebug.cpp153 DIDerivedType DTy = DIDerivedType(Ty); local
154 subType = DTy.getTypeDerivedFrom();
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp939 QualType DTy = cast<CXXDeleteExpr>(E)->getDestroyedType(); local
940 if (DTy.isNull() || DTy->isDependentType()) {
945 if (const RecordType *RT = DTy->getAs<RecordType>()) {
H A DSemaType.cpp4165 const Type *DTy = Ty->getUnqualifiedDesugaredType(); local
4166 if (Ty == DTy) {
4171 T = QualType(DTy, 0);
/external/llvm/lib/Linker/
H A DLinkModules.cpp345 StructType *DTy = StructType::create(STy->getContext()); local
348 DstStructTypesSet.insert(DTy);
349 DstResolvedOpaqueTypes.insert(DTy);
350 return *Entry = DTy;
/external/llvm/lib/IR/
H A DDebugInfo.cpp372 DIDerivedType DTy(DbgNode);
373 if (DTy.Verify())
374 return DTy.getTypeDerivedFrom().isUnsignedDIType();
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h484 SDValue getConvertRndSat(EVT VT, SDLoc dl, SDValue Val, SDValue DTy,
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1198 llvm::DIType DTy = local
1202 EltTys.push_back(DTy);
H A DCGBuiltin.cpp2453 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); local
2454 Ops[0] = Builder.CreateBitCast(Ops[0], DTy);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1390 SDValue Val, SDValue DTy,
1395 if (DTy == STy &&
1400 SDValue Ops[] = { Val, DTy, STy, Rnd, Sat };
1389 getConvertRndSat(EVT VT, SDLoc dl, SDValue Val, SDValue DTy, SDValue STy, SDValue Rnd, SDValue Sat, ISD::CvtCode Code) argument

Completed in 180 milliseconds