| commit | 403258f5a34607f93b69bc44ae52fb7634ae1913 | [log] [tgz] |
|---|---|---|
| author | Kevin Enderby <enderby@apple.com> | Mon May 19 20:36:02 2014 +0000 |
| committer | Kevin Enderby <enderby@apple.com> | Mon May 19 20:36:02 2014 +0000 |
| tree | 4adc9912d421f293b100221e56f233538d52aedb | |
| parent | 7f26fa67154187401a70efc06e140e7f090e5c3b [diff] |
Implement MachOObjectFile::isSectionData() and MachOObjectFile::isSectionBSS so that llvm-size will total up all the sections in the Berkeley format. This allows for rough categorizations for Mach-O sections. And allows the total of llvm-size’s Berkeley and System V formats to be the same. llvm-svn: 209158