Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.h199 virtual llvm::Constant *GetPropertyGetFunction() = 0;
H A DCGObjCGNU.cpp514 llvm::Constant *GetPropertyGetFunction() override;
2603 llvm::Constant *CGObjCGNU::GetPropertyGetFunction() { in GetPropertyGetFunction() function in CGObjCGNU
H A DCGObjCMac.cpp1224 llvm::Constant *GetPropertyGetFunction() override;
1501 llvm::Constant *GetPropertyGetFunction() override { in GetPropertyGetFunction() function in __anon9749cc0a0111::CGObjCNonFragileABIMac
3386 llvm::Constant *CGObjCMac::GetPropertyGetFunction() { in GetPropertyGetFunction() function in CGObjCMac
H A DCGObjC.cpp871 CGM.getObjCRuntime().GetPropertyGetFunction(); in generateObjCGetterBody()