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

/external/llvm/lib/Linker/
H A DIRMover.cpp68 void finishType(StructType *DTy, StructType *STy, ArrayRef<Type *> ETypes);
212 void TypeMapTy::finishType(StructType *DTy, StructType *STy, argument
214 DTy->setBody(ETypes, STy->isPacked());
220 DTy->setName(TmpName);
223 DstStructTypesSet.addNonOpaque(DTy);
250 StructType *DTy = StructType::create(Ty->getContext()); local
251 return *Entry = DTy;
274 if (auto *DTy = dyn_cast<StructType>(*Entry)) {
275 if (DTy->isOpaque()) {
277 finishType(DTy, ST
328 StructType *DTy = StructType::create(Ty->getContext()); local
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp448 auto *DTy = cast<DIDerivedType>(Ty); local
449 TmpTy = resolve(DTy->getBaseType());
527 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) {
542 DITypeRef Deriv = DTy->getBaseType();
811 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIDerivedType *DTy) { argument
813 StringRef Name = DTy->getName();
814 uint64_t Size = DTy->getSizeInBits() >> 3;
818 const DIType *FromTy = resolve(DTy->getBaseType());
836 *getOrCreateTypeDIE(resolve(cast<DIDerivedType>(DTy)->getClassType())));
838 if (!DTy
1336 const DIType *DTy = resolve(CTy->getBaseType()); local
[all...]
H A DDwarfUnit.h336 void constructTypeDIE(DIE &Buffer, const DIDerivedType *DTy);
337 void constructTypeDIE(DIE &Buffer, const DISubroutineType *DTy);
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp363 DIDerivedType DTy = DIDerivedType(Ty); local
364 TmpTy = DTy.getTypeDerivedFrom();
682 void CompileUnit::constructTypeDIE(DIE &Buffer, DIDerivedType DTy) { argument
684 StringRef Name = DTy.getName();
685 uint64_t Size = DTy.getSizeInBits() >> 3;
686 unsigned Tag = DTy.getTag();
694 DIType FromTy = DTy.getTypeDerivedFrom();
706 if (!DTy.isForwardDecl())
707 addSourceLine(&Buffer, DTy);
H A DDwarfCompileUnit.h264 DIDerivedType DTy);
H A DDwarfDebug.cpp101 DIDerivedType DTy = DIDerivedType(Ty); local
102 subType = DTy.getTypeDerivedFrom();
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1032 QualType DTy = cast<CXXDeleteExpr>(E)->getDestroyedType(); local
1033 if (DTy.isNull() || DTy->isDependentType()) {
1038 if (const RecordType *RT = DTy->getAs<RecordType>()) {
H A DSemaType.cpp5659 const Type *DTy = Ty->getUnqualifiedDesugaredType(); local
5660 if (Ty == DTy) {
5665 T = QualType(DTy, 0);
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DDebugInfo.cpp351 DIDerivedType DTy(DbgNode);
352 if (DTy.Verify())
353 return DTy.getTypeDerivedFrom().isUnsignedDIType();
/external/clang/lib/Analysis/
H A DCFG.cpp3585 QualType DTy = DE->getDestroyedType(); local
3586 DTy = DTy.getNonReferenceType();
3587 CXXRecordDecl *RD = Context->getBaseElementType(DTy)->getAsCXXRecordDecl();
3916 QualType DTy = DE->getDestroyedType(); local
3917 DTy = DTy.getNonReferenceType();
3919 astContext.getBaseElementType(DTy)->getAsCXXRecordDecl();
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAG.h442 SDValue getConvertRndSat(EVT VT, DebugLoc dl, SDValue Val, SDValue DTy,
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h629 SDValue getConvertRndSat(EVT VT, const SDLoc &dl, SDValue Val, SDValue DTy,
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp621 QualType DTy = DE->getDestroyedType(); local
622 QualType BTy = getContext().getBaseElementType(DTy);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1382 llvm::DIType *DTy = DBuilder.createInheritance( local
1384 EltTys.push_back(DTy);
H A DCGBuiltin.cpp3550 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); local
3551 Ops[0] = Builder.CreateBitCast(Ops[0], DTy);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1654 SDValue DTy, SDValue STy, SDValue Rnd,
1658 if (DTy == STy &&
1663 SDValue Ops[] = { Val, DTy, STy, Rnd, Sat };
1653 getConvertRndSat(EVT VT, const SDLoc &dl, SDValue Val, SDValue DTy, SDValue STy, SDValue Rnd, SDValue Sat, ISD::CvtCode Code) argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1335 SDValue Val, SDValue DTy,
1340 if (DTy == STy &&
1345 SDValue Ops[] = { Val, DTy, STy, Rnd, Sat };
1334 getConvertRndSat(EVT VT, DebugLoc dl, SDValue Val, SDValue DTy, SDValue STy, SDValue Rnd, SDValue Sat, ISD::CvtCode Code) argument

Completed in 492 milliseconds