Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjC.cpp2128 llvm::Value *CodeGenFunction::EmitARCRetain(QualType type, llvm::Value *value) { in EmitARCRetain() function in CodeGenFunction
2333 newValue = EmitARCRetain(type, newValue); in EmitARCStoreStrong()
3247 value = CGF.EmitARCRetain(type, value); in emitARCRetainLoadOfScalar()
3266 value = EmitARCRetain(e->getType(), value); in EmitARCRetainScalarExpr()
HDCGNonTrivialStruct.cpp679 llvm::Value *Val = CGF->EmitARCRetain(QT, SrcVal); in visitARCStrong()
HDCodeGenFunction.h3840 llvm::Value *EmitARCRetain(QualType type, llvm::Value *value);
HDCGExpr.cpp1967 Src = RValue::get(EmitARCRetain(Dst.getType(), Src.getScalarVal())); in EmitStoreThroughLValue()