Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCRuntime.h199 virtual llvm::Constant *GetPropertyGetFunction() = 0;
DCGObjCGNU.cpp517 llvm::Constant *GetPropertyGetFunction() override;
2611 llvm::Constant *CGObjCGNU::GetPropertyGetFunction() { in GetPropertyGetFunction() function in CGObjCGNU
DCGObjCMac.cpp1221 llvm::Constant *GetPropertyGetFunction() override;
1498 llvm::Constant *GetPropertyGetFunction() override { in GetPropertyGetFunction() function in __anon0ea151f90111::CGObjCNonFragileABIMac
3383 llvm::Constant *CGObjCMac::GetPropertyGetFunction() { in GetPropertyGetFunction() function in CGObjCMac
DCGObjC.cpp867 CGM.getObjCRuntime().GetPropertyGetFunction(); in generateObjCGetterBody()