Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGObjCRuntime.h249 virtual llvm::FunctionCallee GetPropertyGetFunction() = 0;
DCGObjCGNU.cpp618 llvm::FunctionCallee GetPropertyGetFunction() override;
3894 llvm::FunctionCallee CGObjCGNU::GetPropertyGetFunction() { in GetPropertyGetFunction() function in CGObjCGNU
DCGObjCMac.cpp1356 llvm::FunctionCallee GetPropertyGetFunction() override;
1648 llvm::FunctionCallee GetPropertyGetFunction() override { in GetPropertyGetFunction() function in __anond3bad8af0111::CGObjCNonFragileABIMac
4264 llvm::FunctionCallee CGObjCMac::GetPropertyGetFunction() { in GetPropertyGetFunction() function in CGObjCMac
DCGObjC.cpp1181 CGM.getObjCRuntime().GetPropertyGetFunction(); in generateObjCGetterBody()