Searched refs:dtorTy (Results 1 – 2 of 2) sorted by relevance
29 static void dtorTy(Block *, std::byte *Ptr, const Descriptor *) { in dtorTy() function255 return dtorTy<PrimConv<PT_Float>::T>; in getDtorPrim()257 return dtorTy<PrimConv<PT_IntAP>::T>; in getDtorPrim()259 return dtorTy<PrimConv<PT_IntAPS>::T>; in getDtorPrim()261 return dtorTy<PrimConv<PT_MemberPtr>::T>; in getDtorPrim()263 COMPOSITE_TYPE_SWITCH(Type, return dtorTy<T>, return nullptr); in getDtorPrim()
2836 llvm::Type *dtorTy = CGF.UnqualPtrTy; in emitGlobalDtorWithCXAAtExit() local2850 llvm::Type *paramTys[] = {dtorTy, AddrPtrTy, handle->getType()}; in emitGlobalDtorWithCXAAtExit()