Home
last modified time | relevance | path

Searched refs:useThunkForDtorVariant (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCXXABI.h354 virtual bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor,
H A DMicrosoftCXXABI.cpp223 bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor, in useThunkForDtorVariant() function in __anondeb872430111::MicrosoftCXXABI
H A DItaniumCXXABI.cpp210 bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor, in useThunkForDtorVariant() function in __anon34c82fc40111::ItaniumCXXABI
H A DCodeGenModule.cpp3980 getCXXABI().useThunkForDtorVariant(cast<CXXDestructorDecl>(D), in GetOrCreateLLVMFunction()