| commit | dce67348a8fd518d9f605f7a137059065f13ed77 | [log] [tgz] |
|---|---|---|
| author | Alexey Samsonov <samsonov@google.com> | Thu May 15 21:24:32 2014 +0000 |
| committer | Alexey Samsonov <samsonov@google.com> | Thu May 15 21:24:32 2014 +0000 |
| tree | cc2522db0bfca588c908429e186fef57250550d3 | |
| parent | 900d46ff39de8a4d28cbcbcd864a650f778c5214 [diff] |
[DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier. It is more appropriate than the current situation, when one flag (AbsoluteFilePath) is relevant only if another flag is set. This refactoring would also simplify fetching the short function name (stored in DW_AT_name) instead of a linkage name returned currently. No functionality change. llvm-svn: 208921