/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 47 BTFTypeDerived(const DIDerivedType * DTy,unsigned Tag,bool NeedsFixup) BTFTypeDerived() argument 473 BTFTypeTypeTag(const DIDerivedType * DTy,StringRef Tag) BTFTypeTypeTag() argument 621 genBTFTypeTags(const DIDerivedType * DTy,int BaseTypeId) genBTFTypeTags() argument 798 visitDerivedType(const DIDerivedType * DTy,uint32_t & TypeId,bool CheckPointer,bool SeenPointer) visitDerivedType() argument 896 if (const auto *DTy = dyn_cast<DIDerivedType>(Ty)) { visitTypeEntry() local 928 else if (const auto *DTy = dyn_cast<DIDerivedType>(Ty)) visitTypeEntry() local 947 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { visitMapDefType() local 1620 const DIDerivedType *DTy = TypeInfo.first; endModule() local [all...] |
H A D | BPFPreserveDIType.cpp | 91 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in BPFPreserveDITypeImpl() local
|
H A D | BPFAbstractMemberAccess.cpp | 252 DIDerivedType *DTy) { in CheckDerivedType() argument 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)) { stripQualifiers() local 903 auto *DTy = cast<DIDerivedType>(Ty); computeBaseAndAccessKey() local [all...] |
H A D | BTFDebug.h | 65 const DIDerivedType *DTy; variable 236 const DIDerivedType *DTy; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugHandlerBase.cpp | 198 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { isUnsignedDIType() local
|
H A D | DwarfUnit.cpp | 757 constructTypeDIE(DIE & Buffer,const DIDerivedType * DTy) constructTypeDIE() argument 1552 const DIType *DTy = CTy->getBaseType(); constructEnumTypeDIE() local [all...] |
H A D | CodeViewDebug.cpp | 3351 void CodeViewDebug::emitConstantSymbolRecord(const DIType *DTy, APSInt &Value, in emitConstantSymbolRecord() 3373 for (const DIDerivedType *DTy : StaticConstMembers) { in emitStaticConstMemberList() local 3396 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in isFloatDIType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 227 finishType(StructType * DTy,StructType * STy,ArrayRef<Type * > ETypes) finishType() argument 264 StructType *DTy = StructType::create(Ty->getContext()); get() local 289 if (auto *DTy = dyn_cast<StructType>(*Entry)) { get() local 344 StructType *DTy = StructType::create(Ty->getContext()); get() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 1226 QualType DTy = DE->getDestroyedType(); canThrow() local
|
H A D | SemaType.cpp | 7286 const Type *DTy = Ty->getUnqualifiedDesugaredType(); FunctionTypeUnwrapper() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 98 DIType *&DTy = TypeCache[Size]; in applyDebugifyMetadata() local
|
/freebsd-src/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() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 4871 CXXRecordDecl *RD = Context->getBaseElementType(DTy)->getAsCXXRecordDecl(); in VisitCXXDeleteExpr() local 5333 astContext.getBaseElementType(DTy)->getAsCXXRecordDecl(); in getDestructorDecl() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2106 llvm::DIType *DTy = DBuilder.createInheritance(RecordTy, BaseTy, BaseOffset, CollectCXXBasesAux() local
|
H A D | CGBuiltin.cpp | 7742 llvm::FixedVectorType *DTy = EmitCommonNeonBuiltinExpr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 12422 auto *DTy = Denominator->getType(); isImpliedViaOperations() local
|