Searched refs:getDtorType (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | GlobalDecl.h | 110 CXXDtorType getDtorType() const { in getDtorType() function
|
| H A D | VTableBuilder.h | 594 GD.getDtorType() == Dtor_Complete) in getThunkInfo()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCXX.cpp | 229 GD.getDtorType() == Dtor_Complete && in getAddrAndTypeOfCXXStructor()
|
| H A D | MicrosoftCXXABI.cpp | 70 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 D | CGCXXABI.h | 130 GD.getDtorType() != Dtor_Deleting)) in HasThisReturn()
|
| H A D | CGVTables.cpp | 503 MCtx.mangleCXXDtorThunk(DD, GD.getDtorType(), TI.This, Out); in maybeEmitThunk() 606 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base) in EmitThunks()
|
| H A D | ItaniumCXXABI.cpp | 83 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 D | CodeGenModule.cpp | 1638 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 D | CodeGenPGO.cpp | 949 if (isa<CXXDestructorDecl>(D) && GD.getDtorType() != Dtor_Base) in assignRegionCounters()
|
| H A D | CGClass.cpp | 1431 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 3783 assert(GD.getDtorType() == Dtor_Deleting); in getMethodVFTableLocation()
|
| H A D | MicrosoftMangle.cpp | 3514 auto Type = GD.getDtorType(); in mangleCXXName()
|
| H A D | ItaniumMangle.cpp | 7002 auto Type = GD.getDtorType(); in mangleCXXName()
|