Home
last modified time | relevance | path

Searched defs:DTy (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp48 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 DBPFAbstractMemberAccess.cpp252 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 DBPFPreserveDIType.cpp91 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in BPFPreserveDITypeImpl() local
H A DBTFDebug.h65 const DIDerivedType *DTy; variable
236 const DIDerivedType *DTy; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp202 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in isUnsignedDIType() local
H A DCodeViewDebug.cpp3351 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 DDwarfUnit.cpp773 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 DIRMover.cpp228 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 DSemaExceptionSpec.cpp1205 QualType DTy = DE->getDestroyedType(); in canThrow() local
H A DSemaType.cpp6869 const Type *DTy = Ty->getUnqualifiedDesugaredType(); in FunctionTypeUnwrapper() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp98 DIType *&DTy = TypeCache[Size]; in applyDebugifyMetadata() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1416 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor() local
1432 auto getDtorDecl = [](const QualType &DTy) { in ProcessDeleteDtor()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4868 QualType DTy = DE->getDestroyedType(); in VisitCXXDeleteExpr() local
5330 QualType DTy = DE->getDestroyedType(); in getDestructorDecl() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2232 llvm::DIType *DTy = DBuilder.createInheritance(RecordTy, BaseTy, BaseOffset, in CollectCXXBasesAux() local
H A DCGBuiltin.cpp8001 llvm::FixedVectorType *DTy = in EmitCommonNeonBuiltinExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp12500 auto *DTy = Denominator->getType(); in isImpliedViaOperations() local