/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 48 BTFTypeDerived::BTFTypeDerived(const DIDerivedType *DTy, unsigned Tag, in BTFTypeDerived() 474 BTFTypeTypeTag::BTFTypeTypeTag(const DIDerivedType *DTy, StringRef Tag) in BTFTypeTypeTag() 622 int BTFDebug::genBTFTypeTags(const DIDerivedType *DTy, int BaseTypeId) { in genBTFTypeTags() 799 void BTFDebug::visitDerivedType(const DIDerivedType *DTy, uint32_t &TypeId, in visitDerivedType() 897 if (const auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in visitTypeEntry() local 929 else if (const auto *DTy = dyn_cast<DIDerivedType>(Ty)) in visitTypeEntry() local 948 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in visitMapDefType() local 1642 const DIDerivedType *DTy = TypeInfo.first; in endModule() local
|
H A D | BPFAbstractMemberAccess.cpp | 252 DIDerivedType *DTy) { in CheckDerivedType() 273 else if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) in CheckAnonRecordType() local 289 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in stripQualifiers() local 298 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in stripQualifiers() local 904 auto *DTy = cast<DIDerivedType>(Ty); in computeBaseAndAccessKey() local
|
H A D | BPFPreserveDIType.cpp | 91 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in BPFPreserveDITypeImpl() local
|
H A D | BTFDebug.h | 65 const DIDerivedType *DTy; variable 236 const DIDerivedType *DTy; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugHandlerBase.cpp | 202 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in isUnsignedDIType() local
|
H A D | CodeViewDebug.cpp | 3351 void CodeViewDebug::emitConstantSymbolRecord(const DIType *DTy, APSInt &Value, in emitStaticConstMemberList() local 3374 const DIScope *Scope = DTy->getScope(); in isFloatDIType() local 3329 emitConstantSymbolRecord(const DIType * DTy,APSInt & Value,const std::string & QualifiedName) emitConstantSymbolRecord() argument [all...] |
H A D | DwarfUnit.cpp | 773 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIDerivedType *DTy) { in constructTypeDIE() 1585 const DIType *DTy = CTy->getBaseType(); in constructEnumTypeDIE() local
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 228 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType() 265 StructType *DTy = StructType::create(Ty->getContext()); in get() local 290 if (auto *DTy = dyn_cast<StructType>(*Entry)) { in get() local 345 StructType *DTy = StructType::create(Ty->getContext()); in get() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 1205 QualType DTy = DE->getDestroyedType(); in canThrow() local
|
H A D | SemaType.cpp | 6869 const Type *DTy = Ty->getUnqualifiedDesugaredType(); in FunctionTypeUnwrapper() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 98 DIType *&DTy = TypeCache[Size]; in applyDebugifyMetadata() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 1416 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor() local 1432 auto getDtorDecl = [](const QualType &DTy) { in ProcessDeleteDtor()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 4868 QualType DTy = DE->getDestroyedType(); in VisitCXXDeleteExpr() local 5330 QualType DTy = DE->getDestroyedType(); in getDestructorDecl() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2232 llvm::DIType *DTy = DBuilder.createInheritance(RecordTy, BaseTy, BaseOffset, in CollectCXXBasesAux() local
|
H A D | CGBuiltin.cpp | 8001 llvm::FixedVectorType *DTy = in EmitCommonNeonBuiltinExpr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 12500 auto *DTy = Denominator->getType(); in isImpliedViaOperations() local
|