Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenTypes.h104 inline StructorType getFromDtorType(CXXDtorType T) { in getFromDtorType() function
DCodeGenModule.h681 getFromDtorType(GD.getDtorType())); in GetAddrOfGlobal()
DItaniumCXXABI.cpp1304 Callee = CGM.getAddrOfCXXStructor(DD, getFromDtorType(Type)); in EmitDestructorCall()
1463 Dtor, getFromDtorType(DtorType)); in EmitVirtualDestructorCall()
DCGCall.cpp330 return arrangeCXXStructorDeclaration(DD, getFromDtorType(GD.getDtorType())); in arrangeGlobalDeclaration()
1377 &arrangeCXXStructorDeclaration(MD, getFromDtorType(GD.getDtorType())); in GetFunctionTypeForVTable()
DMicrosoftCXXABI.cpp1387 llvm::Value *Callee = CGM.getAddrOfCXXStructor(DD, getFromDtorType(Type)); in EmitDestructorCall()
1399 getFromDtorType(Type)); in EmitDestructorCall()
DCodeGenModule.cpp1523 ABI->emitCXXStructor(DD, getFromDtorType(GD.getDtorType())); in EmitGlobalDefinition()