Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.h103 inline StructorType getFromDtorType(CXXDtorType T) { in getFromDtorType() function
H A DItaniumCXXABI.cpp1567 CGM.getAddrOfCXXStructor(DD, getFromDtorType(Type)), GD); in EmitDestructorCall()
1764 Dtor, getFromDtorType(DtorType)); in EmitVirtualDestructorCall()
H A DCGCall.cpp524 return arrangeCXXStructorDeclaration(DD, getFromDtorType(GD.getDtorType())); in arrangeGlobalDeclaration()
1688 &arrangeCXXStructorDeclaration(MD, getFromDtorType(GD.getDtorType())); in GetFunctionTypeForVTable()
H A DMicrosoftCXXABI.cpp1556 CGCallee::forDirect(CGM.getAddrOfCXXStructor(DD, getFromDtorType(Type)), in EmitDestructorCall()
1574 getFromDtorType(Type)); in EmitDestructorCall()
H A DCodeGenModule.cpp2456 ABI->emitCXXStructor(DD, getFromDtorType(GD.getDtorType())); in EmitGlobalDefinition()
3216 getFromDtorType(GD.getDtorType()), in GetAddrOfGlobal()