Showing with 1,397 additions and 0 deletions.
  1. +774 −0 include/llvm-c/DebugInfo.h
  2. +14 −0 include/llvm-c/Types.h
  3. +7 −0 include/llvm/IR/DIBuilder.h
  4. +8 −0 include/llvm/IR/Metadata.h
  5. +5 −0 lib/IR/DIBuilder.cpp
  6. +589 −0 lib/IR/DebugInfo.cpp
Loading