Searched refs:getDtorType (Results 1 – 10 of 10) sorted by relevance
/external/clang/include/clang/AST/ |
D | GlobalDecl.h | 69 CXXDtorType getDtorType() const { in getDtorType() function
|
D | VTableBuilder.h | 547 GD.getDtorType() == Dtor_Complete) in getThunkInfo()
|
/external/clang/lib/CodeGen/ |
D | CGVTables.cpp | 43 getCXXABI().getMangleContext().mangleCXXDtorThunk(DD, GD.getDtorType(), in GetAddrOfThunk() 510 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base) in EmitThunks()
|
D | CodeGenModule.cpp | 668 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()
|
D | MicrosoftCXXABI.cpp | 64 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()
|
D | ItaniumCXXABI.cpp | 76 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()
|
D | CodeGenPGO.cpp | 629 GD.getDtorType() != Dtor_Base))) { in assignRegionCounters()
|
D | CGCall.cpp | 464 return arrangeCXXStructorDeclaration(DD, getFromDtorType(GD.getDtorType())); in arrangeGlobalDeclaration() 1603 &arrangeCXXStructorDeclaration(MD, getFromDtorType(GD.getDtorType())); in GetFunctionTypeForVTable()
|
D | CGClass.cpp | 1504 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody()
|
/external/clang/lib/AST/ |
D | VTableBuilder.cpp | 3746 assert(GD.getDtorType() == Dtor_Deleting); in getMethodVFTableLocation()
|