diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 05a99e3d8e4..b028ee6d349 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -38,6 +38,7 @@
  • Debugger intrinsic functions
  • Object lifetimes and scoping
  • @@ -774,6 +775,25 @@ DW_TAG_return_variable = 258 + +
    + llvm.dbg.value +
    + +
    +
    +  void %llvm.dbg.value( metadata, i64, metadata )
    +
    + +

    This intrinsic provides information when a user source variable is set to a + new value. The first argument is the new value (wrapped as metadata). The + second argument is the offset in the user source variable where the new value + is written. The third argument is + the %llvm.dbg.variable containing + the description of the user source variable.

    + +
    +
    Object lifetimes and scoping