Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCXXABI.h364 virtual bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor,
H A DItaniumCXXABI.cpp210 bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor, in useThunkForDtorVariant() function in __anon2ffed3610111::ItaniumCXXABI
H A DMicrosoftCXXABI.cpp223 bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor, in useThunkForDtorVariant() function in __anon822671200111::MicrosoftCXXABI
H A DCodeGenModule.cpp4133 getCXXABI().useThunkForDtorVariant(cast<CXXDestructorDecl>(D), in GetOrCreateLLVMFunction()