Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGObjCRuntime.h226 virtual llvm::Constant *GetCppAtomicObjectGetFunction() = 0;
H A DCGObjCGNU.cpp549 llvm::Constant *GetCppAtomicObjectGetFunction() override;
788 llvm::Constant *GetCppAtomicObjectGetFunction() override { in GetCppAtomicObjectGetFunction() function in __anon38bb93a80111::CGObjCGNUstep
2666 llvm::Constant *CGObjCGNU::GetCppAtomicObjectGetFunction() { in GetCppAtomicObjectGetFunction() function in CGObjCGNU
H A DCGObjCMac.cpp1232 llvm::Constant *GetCppAtomicObjectGetFunction() override;
1522 llvm::Constant *GetCppAtomicObjectGetFunction() override { in GetCppAtomicObjectGetFunction() function in __anon33e85b2f0111::CGObjCNonFragileABIMac
3680 llvm::Constant *CGObjCMac::GetCppAtomicObjectGetFunction() { in GetCppAtomicObjectGetFunction() function in CGObjCMac
H A DCGObjC.cpp856 CGF.CGM.getObjCRuntime().GetCppAtomicObjectGetFunction(); in emitCPPObjectAtomicGetterCall()