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.cpp1442 Callee = CGM.getAddrOfCXXStructor(DD, getFromDtorType(Type)); in EmitDestructorCall()
1619 Dtor, getFromDtorType(DtorType)); in EmitVirtualDestructorCall()
DCodeGenModule.cpp1791 ABI->emitCXXStructor(DD, getFromDtorType(GD.getDtorType())); in EmitGlobalDefinition()
2188 getFromDtorType(GD.getDtorType()), in GetAddrOfGlobal()
DCGCall.cpp464 return arrangeCXXStructorDeclaration(DD, getFromDtorType(GD.getDtorType())); in arrangeGlobalDeclaration()
1603 &arrangeCXXStructorDeclaration(MD, getFromDtorType(GD.getDtorType())); in GetFunctionTypeForVTable()
DMicrosoftCXXABI.cpp1487 llvm::Value *Callee = CGM.getAddrOfCXXStructor(DD, getFromDtorType(Type)); in EmitDestructorCall()
1499 getFromDtorType(Type)); in EmitDestructorCall()