Searched refs:dtorType (Results 1 – 1 of 1) sorted by relevance
3828 StructorType dtorType) { in emitCXXDestructor() argument3832 if (dtorType == StructorType::Complete && in emitCXXDestructor()3834 dtorType = StructorType::Base; in emitCXXDestructor()3840 if (dtorType == StructorType::Base && !CGM.TryEmitBaseDestructorAsAlias(dtor)) in emitCXXDestructor()3843 llvm::Function *Fn = CGM.codegenCXXStructor(dtor, dtorType); in emitCXXDestructor()