Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp336 CGF.EmitLifetimeEnd(LifetimeSizePtr, RetAllocaAddr.getPointer()); in withReturnValueSlot()
H A DCodeGenFunction.h714 CGF.EmitLifetimeEnd(Size, Addr);
3197 void EmitLifetimeEnd(llvm::Value *Size, llvm::Value *Addr);
H A DCGDecl.cpp1373 void CodeGenFunction::EmitLifetimeEnd(llvm::Value *Size, llvm::Value *Addr) { in EmitLifetimeEnd() function in CodeGenFunction
H A DCGCall.cpp5479 EmitLifetimeEnd(tempSize, AllocaAddr.getPointer()); in EmitCall()
H A DCGBuiltin.cpp5822 EmitLifetimeEnd(TmpSize, TmpPtr); in EmitBuiltinExpr()
5899 EmitLifetimeEnd(TmpSize, TmpPtr); in EmitBuiltinExpr()