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.cpp521 llvm::Constant *GetPropertyGetFunction() override;
2638 llvm::Constant *CGObjCGNU::GetPropertyGetFunction() { in GetPropertyGetFunction() function in CGObjCGNU
DCGObjCMac.cpp1216 llvm::Constant *GetPropertyGetFunction() override;
1494 llvm::Constant *GetPropertyGetFunction() override { in GetPropertyGetFunction() function in __anon0ea151f90111::CGObjCNonFragileABIMac
3594 llvm::Constant *CGObjCMac::GetPropertyGetFunction() { in GetPropertyGetFunction() function in CGObjCMac
DCGObjC.cpp927 CGM.getObjCRuntime().GetPropertyGetFunction(); in generateObjCGetterBody()