Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DGlobalDecl.h69 CXXDtorType getDtorType() const { in getDtorType() function
DVTableBuilder.h547 GD.getDtorType() == Dtor_Complete) in getThunkInfo()
/external/clang/lib/CodeGen/
DCGVTables.cpp43 getCXXABI().getMangleContext().mangleCXXDtorThunk(DD, GD.getDtorType(), in GetAddrOfThunk()
510 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base) in EmitThunks()
DCodeGenModule.cpp668 getCXXABI().getMangleContext().mangleCXXDtor(D, GD.getDtorType(), Out); in getMangledName()
696 MangleCtx.mangleDtorBlock(DD, GD.getDtorType(), BD, Out); in getBlockMangledName()
761 GD.getDtorType())) { in getFunctionLinkage()
784 if (getCXXABI().useThunkForDtorVariant(Dtor, GD.getDtorType())) { in setFunctionDLLStorageClass()
1791 ABI->emitCXXStructor(DD, getFromDtorType(GD.getDtorType())); in EmitGlobalDefinition()
1930 GD.getDtorType())) in GetOrCreateLLVMFunction()
2188 getFromDtorType(GD.getDtorType()), in GetAddrOfGlobal()
DMicrosoftCXXABI.cpp64 switch (GD.getDtorType()) { in isThisCompleteObject()
299 assert(GD.getDtorType() == Dtor_Deleting && in adjustCallArgsForDestructorThunk()
1071 GD.getDtorType() == Dtor_Deleting; in isDeletingDtor()
1268 if (GD.getDtorType() == Dtor_Complete) in getVirtualFunctionPrologueThisAdjustment()
1318 if (GD.getDtorType() == Dtor_Complete) in adjustThisArgumentForVirtualFunctionCall()
1333 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base) in adjustThisArgumentForVirtualFunctionCall()
DItaniumCXXABI.cpp76 switch (GD.getDtorType()) { in isThisCompleteObject()
410 GD.getDtorType() != Dtor_Deleting)); in HasThisReturn()
444 GD.getDtorType() != Dtor_Deleting); in HasThisReturn()
2372 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base) in NeedsVTTParameter()
DCodeGenPGO.cpp629 GD.getDtorType() != Dtor_Base))) { in assignRegionCounters()
DCGCall.cpp464 return arrangeCXXStructorDeclaration(DD, getFromDtorType(GD.getDtorType())); in arrangeGlobalDeclaration()
1603 &arrangeCXXStructorDeclaration(MD, getFromDtorType(GD.getDtorType())); in GetFunctionTypeForVTable()
DCGClass.cpp1504 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody()
/external/clang/lib/AST/
DVTableBuilder.cpp3746 assert(GD.getDtorType() == Dtor_Deleting); in getMethodVFTableLocation()