Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.h319 virtual bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor,
H A DItaniumCXXABI.cpp224 bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor, in useThunkForDtorVariant() function in __anonc1a1ea230111::ItaniumCXXABI
H A DMicrosoftCXXABI.cpp214 bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor, in useThunkForDtorVariant() function in __anon08ea40620111::MicrosoftCXXABI
H A DCodeGenModule.cpp2835 getCXXABI().useThunkForDtorVariant(cast<CXXDestructorDecl>(D), in GetOrCreateLLVMFunction()