Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h369 virtual bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor,
H A DMicrosoftCXXABI.cpp235 bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor, in useThunkForDtorVariant() function in __anon36af8ea80111::MicrosoftCXXABI
H A DItaniumCXXABI.cpp257 bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor, in useThunkForDtorVariant() function in __anoncf12eee90111::ItaniumCXXABI
H A DCodeGenModule.cpp4713 getCXXABI().useThunkForDtorVariant(cast<CXXDestructorDecl>(D), in GetOrCreateLLVMFunction()