Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCRuntime.h208 virtual llvm::Constant *GetPropertyGetFunction() = 0;
DCGObjCGNU.cpp543 llvm::Constant *GetPropertyGetFunction() override;
2645 llvm::Constant *CGObjCGNU::GetPropertyGetFunction() { in GetPropertyGetFunction() function in CGObjCGNU
DCGObjCMac.cpp1226 llvm::Constant *GetPropertyGetFunction() override;
1498 llvm::Constant *GetPropertyGetFunction() override { in GetPropertyGetFunction() function in __anonc21a86420111::CGObjCNonFragileABIMac
3659 llvm::Constant *CGObjCMac::GetPropertyGetFunction() { in GetPropertyGetFunction() function in CGObjCMac
DCGObjC.cpp931 CGM.getObjCRuntime().GetPropertyGetFunction(); in generateObjCGetterBody()