Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp2126 static llvm::Value *emitARCValueOperation( in emitARCValueOperation() function
2264 return emitARCValueOperation(*this, value, nullptr, in EmitARCRetainNonBlock()
2278 = emitARCValueOperation(*this, value, nullptr, in EmitARCRetainBlock()
2378 return emitARCValueOperation(CGF, value, nullptr, EP, IID, tailKind); in emitOptimizedARCReturnCall()
2506 return emitARCValueOperation(*this, value, nullptr, in EmitARCAutorelease()
2515 return emitARCValueOperation(*this, value, nullptr, in EmitARCAutoreleaseReturnValue()
2525 return emitARCValueOperation(*this, value, nullptr, in EmitARCRetainAutoreleaseReturnValue()
2554 return emitARCValueOperation(*this, value, nullptr, in EmitARCRetainAutoreleaseNonBlock()