DW_AT_stmt_list attribute attached with a compile unit encodes offset of line number...
authorDevang Patel <dpatel@apple.com>
Mon, 22 Mar 2010 22:38:48 +0000 (22:38 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 22 Mar 2010 22:38:48 +0000 (22:38 +0000)
commit0493f95a2cc8f4faea3df1b97d613ae87c670153
treec33889d852adbb28424760479e2122e500f891b7
parent9d39e616cc0f43e91e509e5c8129c7d46327fd0d
DW_AT_stmt_list attribute attached with a compile unit encodes offset of line number information for this compile unit in debug_line section. This offset is always zero when only one compile unit is emitted in a object file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99223 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DIE.cpp
lib/CodeGen/AsmPrinter/DIE.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h