Home
last modified time | relevance | path

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

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