Searched refs:EmitLifetimeStart (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1292 llvm::Value *CodeGenFunction::EmitLifetimeStart(uint64_t Size, function in class:CodeGenFunction
1526 size.isScalable() ? EmitLifetimeStart(-1, AllocaAddr.getPointer())
1527 : EmitLifetimeStart(size.getFixedSize(),
H A DCGCall.cpp4325 UnusedReturnSizePtr = EmitLifetimeStart(size, SRetAlloca.getPointer());
4486 EmitLifetimeStart(ByvalTempElementSize, AI.getPointer());
4647 tempSize = EmitLifetimeStart(scalarSize, AllocaAddr.getPointer());
H A DCGExprAgg.cpp281 LifetimeSizePtr = CGF.EmitLifetimeStart(Size, RetAllocaAddr.getPointer());
H A DCGExpr.cpp522 if (auto *Size = EmitLifetimeStart(
553 if (auto *Size = EmitLifetimeStart(
H A DCodeGenFunction.h2787 llvm::Value *EmitLifetimeStart(uint64_t Size, llvm::Value *Addr);
H A DCGBuiltin.cpp4051 llvm::Value *TmpSize = EmitLifetimeStart(

Completed in 124 milliseconds