Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenFunction.h513 CGF.EmitLifetimeEnd(Size, Addr);
2580 void EmitLifetimeEnd(llvm::Value *Size, llvm::Value *Addr);
HDCGExprAgg.cpp306 CGF.EmitLifetimeEnd(LifetimeSizePtr, RetAllocaAddr.getPointer()); in withReturnValueSlot()
HDCGDecl.cpp1306 void CodeGenFunction::EmitLifetimeEnd(llvm::Value *Size, llvm::Value *Addr) { in EmitLifetimeEnd() function in CodeGenFunction
HDCGCall.cpp4210 EmitLifetimeEnd(tempSize, AllocaAddr.getPointer()); in EmitCall()
HDCGBuiltin.cpp3966 EmitLifetimeEnd(TmpSize, TmpPtr); in EmitBuiltinExpr()
4042 EmitLifetimeEnd(TmpSize, TmpPtr); in EmitBuiltinExpr()