reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 2570   void EmitLifetimeEnd(llvm::Value *Size, llvm::Value *Addr);

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
 3842         EmitLifetimeEnd(TmpSize, TmpPtr);
 3918         EmitLifetimeEnd(TmpSize, TmpPtr);
tools/clang/lib/CodeGen/CGCall.cpp
 4176         EmitLifetimeEnd(tempSize, AllocaAddr.getPointer());
tools/clang/lib/CodeGen/CGExprAgg.cpp
  305     CGF.EmitLifetimeEnd(LifetimeSizePtr, RetAllocaAddr.getPointer());
tools/clang/lib/CodeGen/CodeGenFunction.h
  512       CGF.EmitLifetimeEnd(Size, Addr);