Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h250 virtual llvm::FunctionCallee GetPropertyGetFunction() = 0;
H A DCGObjCGNU.cpp623 llvm::FunctionCallee GetPropertyGetFunction() override;
4116 llvm::FunctionCallee CGObjCGNU::GetPropertyGetFunction() { in GetPropertyGetFunction() function in CGObjCGNU
H A DCGObjCMac.cpp1360 llvm::FunctionCallee GetPropertyGetFunction() override;
1652 llvm::FunctionCallee GetPropertyGetFunction() override { in GetPropertyGetFunction() function in __anonaa8b92cd0111::CGObjCNonFragileABIMac
4185 llvm::FunctionCallee CGObjCMac::GetPropertyGetFunction() { in GetPropertyGetFunction() function in CGObjCMac
H A DCGObjC.cpp1212 CGM.getObjCRuntime().GetPropertyGetFunction(); in generateObjCGetterBody()