Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCRuntime.h199 virtual llvm::Constant *GetPropertyGetFunction() = 0;
HDCGObjCGNU.cpp512 llvm::Constant *GetPropertyGetFunction() override;
2605 llvm::Constant *CGObjCGNU::GetPropertyGetFunction() { in GetPropertyGetFunction() function in CGObjCGNU
HDCGObjCMac.cpp1221 llvm::Constant *GetPropertyGetFunction() override;
1498 llvm::Constant *GetPropertyGetFunction() override { in GetPropertyGetFunction() function in __anonb2414f100111::CGObjCNonFragileABIMac
3383 llvm::Constant *CGObjCMac::GetPropertyGetFunction() { in GetPropertyGetFunction() function in CGObjCMac
HDCGObjC.cpp894 CGM.getObjCRuntime().GetPropertyGetFunction(); in generateObjCGetterBody()