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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1308 void CodeGenFunction::EmitLifetimeEnd(llvm::Value *Size, llvm::Value *Addr) { function in class:CodeGenFunction
H A DCGExprAgg.cpp310 CGF.EmitLifetimeEnd(LifetimeSizePtr, RetAllocaAddr.getPointer());
H A DCodeGenFunction.h530 CGF.EmitLifetimeEnd(Size, Addr);
2788 void EmitLifetimeEnd(llvm::Value *Size, llvm::Value *Addr);
H A DCGCall.cpp4665 EmitLifetimeEnd(tempSize, AllocaAddr.getPointer());
H A DCGBuiltin.cpp4096 EmitLifetimeEnd(TmpSize, TmpPtr);
4172 EmitLifetimeEnd(TmpSize, TmpPtr);

Completed in 204 milliseconds