Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.h338 virtual bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor,
H A DItaniumCXXABI.cpp210 bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor, in useThunkForDtorVariant() function in __anon3b53191f0111::ItaniumCXXABI
H A DMicrosoftCXXABI.cpp219 bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor, in useThunkForDtorVariant() function in __anonb3a31e5e0111::MicrosoftCXXABI
H A DCodeGenModule.cpp3596 getCXXABI().useThunkForDtorVariant(cast<CXXDestructorDecl>(D), in GetOrCreateLLVMFunction()