Home
last modified time | relevance | path

Searched refs:BuildAppleKextVirtualDestructorCall (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCXX.cpp289 return BuildAppleKextVirtualDestructorCall(DD, Dtor_Complete, RD); in BuildAppleKextVirtualCall()
297 CodeGenFunction::BuildAppleKextVirtualDestructorCall( in BuildAppleKextVirtualDestructorCall() function in CodeGenFunction
H A DCodeGenFunction.h4062 CGCallee BuildAppleKextVirtualDestructorCall(const CXXDestructorDecl *DD,
H A DItaniumCXXABI.cpp1697 Callee = CGF.BuildAppleKextVirtualDestructorCall(DD, Type, DD->getParent()); in EmitDestructorCall()