Files
clang-p2996/lldb/source/Core
Greg Clayton 3046e66830 Cleanup on the unified section list changes. Main changes are:
- ObjectFile::GetSymtab() and ObjectFile::ClearSymtab() no longer takes any flags
- Module coordinates with the object files and contain a unified section list so that object file and symbol file can share sections when they need to, yet contain their own sections.

Other cleanups:
- Fixed Symbol::GetByteSize() to not have the symbol table compute the byte sizes on the fly
- Modified the ObjectFileMachO class to compute symbol sizes all at once efficiently
- Modified the Symtab class to store a file address lookup table for more efficient lookups
- Removed Section::Finalize() and SectionList::Finalize() as they did nothing
- Improved performance of the detection of symbol files that have debug maps by excluding stripped files and core files, debug files, object files and stubs
- Added the ability to tell if an ObjectFile has been stripped with ObjectFile::IsStripped() (used this for the above performance improvement)

llvm-svn: 185990
2013-07-10 01:23:25 +00:00
..
2013-03-27 23:08:40 +00:00
2013-01-25 18:06:21 +00:00
2013-03-14 18:31:44 +00:00
2013-05-10 21:47:16 +00:00
2012-10-29 18:08:18 +00:00
2013-01-25 18:06:21 +00:00
2012-03-20 19:33:01 +00:00
2013-05-10 21:47:16 +00:00
2012-02-24 01:59:29 +00:00
2013-05-10 21:47:16 +00:00
2013-03-19 00:20:55 +00:00
2013-01-25 18:06:21 +00:00
2013-01-25 18:06:21 +00:00
2013-01-25 18:06:21 +00:00
2013-01-25 18:06:21 +00:00
2013-01-28 23:47:25 +00:00
2013-06-03 18:00:07 +00:00
2013-03-14 18:31:44 +00:00
2013-04-11 22:48:58 +00:00
2013-01-25 18:06:21 +00:00
2013-01-25 18:06:21 +00:00