Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.h211 virtual llvm::Constant *GetPropertyGetFunction() = 0;
H A DCGObjCGNU.cpp617 llvm::Constant *GetPropertyGetFunction() override;
3774 llvm::Constant *CGObjCGNU::GetPropertyGetFunction() { in GetPropertyGetFunction() function in CGObjCGNU
H A DCGObjCMac.cpp1328 llvm::Constant *GetPropertyGetFunction() override;
1601 llvm::Constant *GetPropertyGetFunction() override { in GetPropertyGetFunction() function in __anon0aefe8a60111::CGObjCNonFragileABIMac
4014 llvm::Constant *CGObjCMac::GetPropertyGetFunction() { in GetPropertyGetFunction() function in CGObjCMac
H A DCGObjC.cpp1030 CGM.getObjCRuntime().GetPropertyGetFunction(); in generateObjCGetterBody()