Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h338 virtual bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor,
H A DMicrosoftCXXABI.cpp219 bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor, in useThunkForDtorVariant() function in __anonf1ebc8c70111::MicrosoftCXXABI
H A DItaniumCXXABI.cpp210 bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor, in useThunkForDtorVariant() function in __anon0f6c15480111::ItaniumCXXABI
H A DCodeGenModule.cpp3626 getCXXABI().useThunkForDtorVariant(cast<CXXDestructorDecl>(D), in GetOrCreateLLVMFunction()