Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCRuntime.h211 virtual llvm::Constant *GetSetStructFunction() = 0;
HDCGObjCGNU.cpp516 llvm::Constant *GetSetStructFunction() override;
2621 llvm::Constant *CGObjCGNU::GetSetStructFunction() { in GetSetStructFunction() function in CGObjCGNU
HDCGObjCMac.cpp1226 llvm::Constant *GetSetStructFunction() override;
1510 llvm::Constant *GetSetStructFunction() override { in GetSetStructFunction() function in __anonb2414f100111::CGObjCNonFragileABIMac
3399 llvm::Constant *CGObjCMac::GetSetStructFunction() { in GetSetStructFunction() function in CGObjCMac
HDCGObjC.cpp1033 llvm::Value *copyStructFn = CGF.CGM.getObjCRuntime().GetSetStructFunction(); in emitStructSetterCall()