Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2213 static llvm::Value *emitARCValueOperation( in emitARCValueOperation() function
2338 return emitARCValueOperation(*this, value, nullptr, in EmitARCRetainNonBlock()
2352 = emitARCValueOperation(*this, value, nullptr, in EmitARCRetainBlock()
2454 return emitARCValueOperation(CGF, value, nullptr, EP, IID, tailKind); in emitOptimizedARCReturnCall()
2581 return emitARCValueOperation(*this, value, nullptr, in EmitARCAutorelease()
2590 return emitARCValueOperation(*this, value, nullptr, in EmitARCAutoreleaseReturnValue()
2600 return emitARCValueOperation(*this, value, nullptr, in EmitARCRetainAutoreleaseReturnValue()
2629 return emitARCValueOperation(*this, value, nullptr, in EmitARCRetainAutoreleaseNonBlock()