Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h109 CXXDtorType getDtorType() const { in getDtorType() function
H A DVTableBuilder.h596 GD.getDtorType() == Dtor_Complete) in getThunkInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp230 GD.getDtorType() == Dtor_Complete && in getAddrAndTypeOfCXXStructor()
H A DMicrosoftCXXABI.cpp65 switch (GD.getDtorType()) { in isThisCompleteObject()
319 assert(GD.getDtorType() == Dtor_Deleting && in adjustCallArgsForDestructorThunk()
1075 GD.getDtorType() == Dtor_Deleting; in isDeletingDtor()
1299 GD.getDtorType() == Dtor_Deleting) { in buildStructorSignature()
1392 if (GD.getDtorType() == Dtor_Complete) in getVirtualFunctionPrologueThisAdjustment()
1441 if (GD.getDtorType() == Dtor_Complete) in adjustThisArgumentForVirtualFunctionCall()
1456 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base) in adjustThisArgumentForVirtualFunctionCall()
3944 if (GD.getDtorType() == Dtor_Complete && in emitCXXStructor()
3952 if (GD.getDtorType() == Dtor_Base && !CGM.TryEmitBaseDestructorAsAlias(dtor)) in emitCXXStructor()
H A DItaniumCXXABI.cpp81 switch (GD.getDtorType()) { in isThisCompleteObject()
479 GD.getDtorType() != Dtor_Deleting)); in HasThisReturn()
514 GD.getDtorType() != Dtor_Deleting); in HasThisReturn()
532 GD.getDtorType() != Dtor_Deleting); in HasThisReturn()
1636 : GD.getDtorType() == Dtor_Base) && in buildStructorSignature()
3074 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base) in NeedsVTTParameter()
4339 : GD.getDtorType() == Dtor_Complete) { in emitCXXStructor()
4363 if (DD && GD.getDtorType() == Dtor_Base && in emitCXXStructor()
H A DCGVTables.cpp504 MCtx.mangleCXXDtorThunk(DD, GD.getDtorType(), TI.This, Out); in maybeEmitThunk()
610 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base) in EmitThunks()
H A DCodeGenModule.cpp1107 getCXXABI().setCXXDestructorDLLStorage(GV, Dtor, GD.getDtorType()); in setDLLImportDLLExport()
1410 MangleCtx.mangleDtorBlock(DD, GD.getDtorType(), BD, Out); in getBlockMangledName()
1489 return getCXXABI().getCXXDestructorLinkage(Linkage, Dtor, GD.getDtorType()); in getFunctionLinkage()
3512 GDDef = GlobalDecl(DD, GD.getDtorType()); in GetOrCreateLLVMFunction()
3627 GD.getDtorType())) in GetOrCreateLLVMFunction()
3697 GD.getDtorType() == Dtor_Complete && in GetAddrOfFunction()
H A DCodeGenPGO.cpp811 if (isa<CXXDestructorDecl>(D) && GD.getDtorType() != Dtor_Base) in assignRegionCounters()
H A DCGClass.cpp1441 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3783 assert(GD.getDtorType() == Dtor_Deleting); in getMethodVFTableLocation()
H A DMicrosoftMangle.cpp3329 auto Type = GD.getDtorType(); in mangleCXXName()
H A DItaniumMangle.cpp6185 auto Type = GD.getDtorType(); in mangleCXXName()