Searched refs:BuildAppleKextVirtualDestructorCall (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCXX.cpp | 302 return BuildAppleKextVirtualDestructorCall(DD, Dtor_Complete, RD); in BuildAppleKextVirtualCall() 310 CodeGenFunction::BuildAppleKextVirtualDestructorCall( in BuildAppleKextVirtualDestructorCall() function in CodeGenFunction
|
D | CodeGenFunction.h | 2857 llvm::Value *BuildAppleKextVirtualDestructorCall(const CXXDestructorDecl *DD,
|
D | ItaniumCXXABI.cpp | 1439 Callee = CGF.BuildAppleKextVirtualDestructorCall(DD, Type, DD->getParent()); in EmitDestructorCall()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCXX.cpp | 289 return BuildAppleKextVirtualDestructorCall(DD, Dtor_Complete, RD); in BuildAppleKextVirtualCall() 297 CodeGenFunction::BuildAppleKextVirtualDestructorCall( in BuildAppleKextVirtualDestructorCall() function in CodeGenFunction
|
D | CodeGenFunction.h | 3923 CGCallee BuildAppleKextVirtualDestructorCall(const CXXDestructorDecl *DD,
|
D | ItaniumCXXABI.cpp | 1723 Callee = CGF.BuildAppleKextVirtualDestructorCall(DD, Type, DD->getParent()); in EmitDestructorCall()
|