Home
last modified time | relevance | path

Searched refs:getFromDtorType (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenTypes.h104 inline StructorType getFromDtorType(CXXDtorType T) { in getFromDtorType() function
DItaniumCXXABI.cpp1449 Callee = CGM.getAddrOfCXXStructor(DD, getFromDtorType(Type)); in EmitDestructorCall()
1621 Dtor, getFromDtorType(DtorType)); in EmitVirtualDestructorCall()
DCGCall.cpp360 return arrangeCXXStructorDeclaration(DD, getFromDtorType(GD.getDtorType())); in arrangeGlobalDeclaration()
1417 &arrangeCXXStructorDeclaration(MD, getFromDtorType(GD.getDtorType())); in GetFunctionTypeForVTable()
DCodeGenModule.cpp1696 ABI->emitCXXStructor(DD, getFromDtorType(GD.getDtorType())); in EmitGlobalDefinition()
2051 getFromDtorType(GD.getDtorType()), in GetAddrOfGlobal()
DMicrosoftCXXABI.cpp1488 llvm::Value *Callee = CGM.getAddrOfCXXStructor(DD, getFromDtorType(Type)); in EmitDestructorCall()
1500 getFromDtorType(Type)); in EmitDestructorCall()