Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXABI.h81 virtual bool useThunkForDtorVariant(const CXXDestructorDecl *dtor,
H A DCIRGenItaniumCXXABI.cpp49 bool useThunkForDtorVariant(const CXXDestructorDecl *dtor, in useThunkForDtorVariant() function in __anon716a08590111::CIRGenItaniumCXXABI
H A DCIRGenModule.cpp1747 getCXXABI().useThunkForDtorVariant(cast<CXXDestructorDecl>(d), in getOrCreateCIRFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h369 virtual bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor,
H A DItaniumCXXABI.cpp256 bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor, in useThunkForDtorVariant() function in __anond94614940111::ItaniumCXXABI
H A DMicrosoftCXXABI.cpp236 bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor, in useThunkForDtorVariant() function in __anon9a42cb130111::MicrosoftCXXABI
H A DCodeGenModule.cpp4955 getCXXABI().useThunkForDtorVariant(cast<CXXDestructorDecl>(D), in GetOrCreateLLVMFunction()