OSDN Git Service

Add support to create variables, structs etc.. using DIBuilder.
authorDevang Patel <dpatel@apple.com>
Tue, 7 Dec 2010 23:25:47 +0000 (23:25 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 7 Dec 2010 23:25:47 +0000 (23:25 +0000)
commitfe58f95f3604b394916bee7bd289e1f0e0488ec5
treeff83f0316aab5b705efe9c3d8b561dc3f9cfac40
parent953af2c3c560a13bd5eeb676c128b7e362dca684
Add support to create variables, structs etc.. using DIBuilder.
This is still work in progress.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121205 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/DIBuilder.h
include/llvm/Analysis/DebugInfo.h
lib/Analysis/DIBuilder.cpp
lib/Analysis/DebugInfo.cpp