Home
last modified time | relevance | path

Searched refs:getDtorType (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h110 CXXDtorType getDtorType() const { in getDtorType() function
H A DVTableBuilder.h594 GD.getDtorType() == Dtor_Complete) in getThunkInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp229 GD.getDtorType() == Dtor_Complete && in getAddrAndTypeOfCXXStructor()
H A DMicrosoftCXXABI.cpp70 switch (GD.getDtorType()) { in isThisCompleteObject()
258 if (GD.getDtorType() == Dtor_Complete) in getThisArgumentTypeForMethod()
348 assert(GD.getDtorType() == Dtor_Deleting && in adjustCallArgsForDestructorThunk()
1103 GD.getDtorType() == Dtor_Deleting; in isDeletingDtor()
1334 GD.getDtorType() == Dtor_Deleting) { in buildStructorSignature()
1426 if (GD.getDtorType() == Dtor_Complete) in getVirtualFunctionPrologueThisAdjustment()
1475 if (GD.getDtorType() == Dtor_Complete) in adjustThisArgumentForVirtualFunctionCall()
1490 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base) in adjustThisArgumentForVirtualFunctionCall()
4039 if (GD.getDtorType() == Dtor_Complete && in emitCXXStructor()
4047 if (GD.getDtorType() == Dtor_Base && !CGM.TryEmitBaseDestructorAsAlias(dtor)) in emitCXXStructor()
H A DCGCXXABI.h130 GD.getDtorType() != Dtor_Deleting)) in HasThisReturn()
H A DCGVTables.cpp503 MCtx.mangleCXXDtorThunk(DD, GD.getDtorType(), TI.This, Out); in maybeEmitThunk()
606 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base) in EmitThunks()
H A DItaniumCXXABI.cpp83 switch (GD.getDtorType()) { in isThisCompleteObject()
1677 : GD.getDtorType() == Dtor_Base) && in buildStructorSignature()
3136 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base) in NeedsVTTParameter()
4406 : GD.getDtorType() == Dtor_Complete) { in emitCXXStructor()
4430 if (DD && GD.getDtorType() == Dtor_Base && in emitCXXStructor()
H A DCodeGenModule.cpp1638 getCXXABI().setCXXDestructorDLLStorage(GV, Dtor, GD.getDtorType()); in setDLLImportDLLExport()
2014 MangleCtx.mangleDtorBlock(DD, GD.getDtorType(), BD, Out); in getBlockMangledName()
2104 return getCXXABI().getCXXDestructorLinkage(Linkage, Dtor, GD.getDtorType()); in getFunctionLinkage()
4486 GDDef = GlobalDecl(DD, GD.getDtorType()); in GetOrCreateLLVMFunction()
4604 GD.getDtorType())) in GetOrCreateLLVMFunction()
4670 GD.getDtorType() == Dtor_Complete && in GetAddrOfFunction()
H A DCodeGenPGO.cpp949 if (isa<CXXDestructorDecl>(D) && GD.getDtorType() != Dtor_Base) in assignRegionCounters()
H A DCGClass.cpp1431 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3783 assert(GD.getDtorType() == Dtor_Deleting); in getMethodVFTableLocation()
H A DMicrosoftMangle.cpp3514 auto Type = GD.getDtorType(); in mangleCXXName()
H A DItaniumMangle.cpp7002 auto Type = GD.getDtorType(); in mangleCXXName()