Searched refs:getDtorType (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/AST/ |
D | GlobalDecl.h | 67 CXXDtorType getDtorType() const { in getDtorType() function
|
D | VTableBuilder.h | 526 GD.getDtorType() == Dtor_Complete) in getThunkInfo()
|
/external/clang/lib/CodeGen/ |
D | CGVTables.cpp | 43 getCXXABI().getMangleContext().mangleCXXDtorThunk(DD, GD.getDtorType(), in GetAddrOfThunk() 491 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base) in EmitThunks()
|
D | CodeGenModule.cpp | 568 getCXXABI().getMangleContext().mangleCXXDtor(D, GD.getDtorType(), Out); in getMangledName() 596 MangleCtx.mangleDtorBlock(DD, GD.getDtorType(), BD, Out); in getBlockMangledName() 662 GD.getDtorType())) { in getFunctionLinkage() 904 if (getCXXABI().useThunkForDtorVariant(Dtor, GD.getDtorType())) { in SetFunctionAttributes() 1523 ABI->emitCXXStructor(DD, getFromDtorType(GD.getDtorType())); in EmitGlobalDefinition() 1610 GD.getDtorType())) in GetOrCreateLLVMFunction()
|
D | MicrosoftCXXABI.cpp | 235 assert(GD.getDtorType() == Dtor_Deleting && in adjustCallArgsForDestructorThunk() 975 GD.getDtorType() == Dtor_Deleting; in isDeletingDtor() 1174 if (GD.getDtorType() == Dtor_Complete) in getVirtualFunctionPrologueThisAdjustment() 1225 if (GD.getDtorType() == Dtor_Complete) in adjustThisArgumentForVirtualFunctionCall() 1242 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base) in adjustThisArgumentForVirtualFunctionCall()
|
D | CodeGenPGO.cpp | 666 GD.getDtorType() != Dtor_Base)) { in checkGlobalDecl()
|
D | CodeGenModule.h | 681 getFromDtorType(GD.getDtorType())); in GetAddrOfGlobal()
|
D | ItaniumCXXABI.cpp | 315 GD.getDtorType() != Dtor_Deleting)); in HasThisReturn() 2156 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base) in NeedsVTTParameter()
|
D | CGCall.cpp | 330 return arrangeCXXStructorDeclaration(DD, getFromDtorType(GD.getDtorType())); in arrangeGlobalDeclaration() 1377 &arrangeCXXStructorDeclaration(MD, getFromDtorType(GD.getDtorType())); in GetFunctionTypeForVTable()
|
D | CGClass.cpp | 1353 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody()
|
/external/clang/lib/AST/ |
D | VTableBuilder.cpp | 3677 assert(GD.getDtorType() == Dtor_Deleting); in getMethodVFTableLocation()
|