Home
last modified time | relevance | path

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

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