[OCaml][DebugInfo] Add bindings for parameter and auto variable creation
authorVaivaswatha Nagaraj <vaivaswatha@zilliqa.com>
Sun, 24 Apr 2022 04:07:04 +0000 (09:37 +0530)
committerVaivaswatha Nagaraj <vaivaswatha@zilliqa.com>
Sun, 24 Apr 2022 04:07:04 +0000 (09:37 +0530)
commitfc655a0a96df29149456bc43026e6eaeee0f17c0
tree2286acc494dbf43347e3c0459514389d9d7f8c36
parent3254f46884d3ec2d6112ab49ba3c470906699cda
[OCaml][DebugInfo] Add bindings for parameter and auto variable creation

This patch extends https://reviews.llvm.org/D90831 with a few more
functions added to the OCaml debuginfo bindings.

Differential Revision: https://reviews.llvm.org/D123914
llvm/bindings/ocaml/debuginfo/debuginfo_ocaml.c
llvm/bindings/ocaml/debuginfo/llvm_debuginfo.ml
llvm/bindings/ocaml/debuginfo/llvm_debuginfo.mli
llvm/test/Bindings/OCaml/debuginfo.ml