Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DGlobalDecl.h110 CXXDtorType getDtorType() const { in getDtorType() function
H A DVTableBuilder.h596 GD.getDtorType() == Dtor_Complete) in getThunkInfo()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCXX.cpp230 GD.getDtorType() == Dtor_Complete && in getAddrAndTypeOfCXXStructor()
H A DMicrosoftCXXABI.cpp69 switch (GD.getDtorType()) { in isThisCompleteObject()
323 assert(GD.getDtorType() == Dtor_Deleting && in adjustCallArgsForDestructorThunk()
1082 GD.getDtorType() == Dtor_Deleting; in isDeletingDtor()
1306 GD.getDtorType() == Dtor_Deleting) { in buildStructorSignature()
1399 if (GD.getDtorType() == Dtor_Complete) in getVirtualFunctionPrologueThisAdjustment()
1448 if (GD.getDtorType() == Dtor_Complete) in adjustThisArgumentForVirtualFunctionCall()
1463 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base) in adjustThisArgumentForVirtualFunctionCall()
4037 if (GD.getDtorType() == Dtor_Complete && in emitCXXStructor()
4045 if (GD.getDtorType() == Dtor_Base && !CGM.TryEmitBaseDestructorAsAlias(dtor)) in emitCXXStructor()
H A DItaniumCXXABI.cpp81 switch (GD.getDtorType()) { in isThisCompleteObject()
439 GD.getDtorType() != Dtor_Deleting)); in HasThisReturn()
474 GD.getDtorType() != Dtor_Deleting); in HasThisReturn()
492 GD.getDtorType() != Dtor_Deleting); in HasThisReturn()
1603 : GD.getDtorType() == Dtor_Base) && in buildStructorSignature()
3036 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base) in NeedsVTTParameter()
4304 : GD.getDtorType() == Dtor_Complete) { in emitCXXStructor()
4328 if (DD && GD.getDtorType() == Dtor_Base && in emitCXXStructor()
H A DCGVTables.cpp506 MCtx.mangleCXXDtorThunk(DD, GD.getDtorType(), TI.This, Out); in maybeEmitThunk()
612 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base) in EmitThunks()
H A DCodeGenModule.cpp1231 getCXXABI().setCXXDestructorDLLStorage(GV, Dtor, GD.getDtorType()); in setDLLImportDLLExport()
1559 MangleCtx.mangleDtorBlock(DD, GD.getDtorType(), BD, Out); in getBlockMangledName()
1648 return getCXXABI().getCXXDestructorLinkage(Linkage, Dtor, GD.getDtorType()); in getFunctionLinkage()
3866 GDDef = GlobalDecl(DD, GD.getDtorType()); in GetOrCreateLLVMFunction()
3981 GD.getDtorType())) in GetOrCreateLLVMFunction()
4051 GD.getDtorType() == Dtor_Complete && in GetAddrOfFunction()
H A DCodeGenPGO.cpp819 if (isa<CXXDestructorDecl>(D) && GD.getDtorType() != Dtor_Base) in assignRegionCounters()
H A DCGClass.cpp1439 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody()
/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp3779 assert(GD.getDtorType() == Dtor_Deleting); in getMethodVFTableLocation()
H A DMicrosoftMangle.cpp3366 auto Type = GD.getDtorType(); in mangleCXXName()
H A DItaniumMangle.cpp6325 auto Type = GD.getDtorType(); in mangleCXXName()