Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCXX.cpp292 return BuildAppleKextVirtualDestructorCall(DD, Dtor_Complete, RD); in BuildAppleKextVirtualCall()
300 CodeGenFunction::BuildAppleKextVirtualDestructorCall( in BuildAppleKextVirtualDestructorCall() function in CodeGenFunction
H A DCodeGenFunction.h2314 llvm::Value *BuildAppleKextVirtualDestructorCall(const CXXDestructorDecl *DD,
H A DItaniumCXXABI.cpp1232 Callee = CGF.BuildAppleKextVirtualDestructorCall(DD, Type, DD->getParent()); in EmitDestructorCall()