Implement support to debug inlined functions.
authorDevang Patel <dpatel@apple.com>
Tue, 10 Nov 2009 23:06:00 +0000 (23:06 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 10 Nov 2009 23:06:00 +0000 (23:06 +0000)
commit53bb5c95afe4ff2627cac513221af2e4e7c5d2e3
treeda1c22d550cacf9263985ed306c596630b357e25
parent0a26870d921c4f5507126f3068fc13148c426496
Implement support to debug inlined functions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86748 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/llvm/Analysis/DebugInfo.h
include/llvm/CodeGen/DwarfWriter.h
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/Transforms/Utils/Cloning.h
lib/Analysis/DebugInfo.cpp
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfWriter.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Transforms/Utils/CloneFunction.cpp
lib/Transforms/Utils/InlineFunction.cpp