llvm-project/lldb/source/Expression
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
..
ASTDumper.cpp <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
ASTResultSynthesizer.cpp Fix build. 2013-04-03 21:29:21 +00:00
ASTStructExtractor.cpp Brought LLDB top-of-tree into sync with LLVM/Clang 2012-09-24 22:25:51 +00:00
CMakeLists.txt cmake build of lldb was complaining about missing files. 2013-04-11 16:32:47 +00:00
ClangASTSource.cpp Missed a place where we have to pass the source location twice to FunctionDecl::Create. 2013-06-28 22:21:22 +00:00
ClangExpressionDeclMap.cpp Cleanup on the unified section list changes. Main changes are: 2013-07-10 01:23:25 +00:00
ClangExpressionParser.cpp Remove unused include. 2013-06-26 15:12:41 +00:00
ClangExpressionVariable.cpp http://llvm.org/bugs/show_bug.cgi?id=11618 2012-01-06 00:35:38 +00:00
ClangFunction.cpp This commit changes the way LLDB executes user 2013-04-18 22:06:33 +00:00
ClangPersistentVariables.cpp I have brought LLDB up-to-date with top of tree 2012-02-04 08:49:35 +00:00
ClangUserExpression.cpp Performance optimizations to ClangUserExpression, 2013-04-27 02:19:33 +00:00
ClangUtilityFunction.cpp This commit changes the way LLDB executes user 2013-04-18 22:06:33 +00:00
DWARFExpression.cpp <rdar://problem/13893094> 2013-05-17 00:55:28 +00:00
ExpressionSourceCode.cpp Import the builtin type prefix before we import the user expression prefix so that the user expression prefix can use the uint, int, size_t, and other types without having to define them. 2013-07-03 00:07:54 +00:00
IRDynamicChecks.cpp Fix crash (in optimized builds) due to invalid metadata operand 2013-06-03 20:45:54 +00:00
IRExecutionUnit.cpp Fixed IRExecutionUnit so that it looks up addresses 2013-06-27 01:42:47 +00:00
IRForTarget.cpp Hitherto the IRForTarget infrastructure has mainly 2013-06-28 21:44:15 +00:00
IRInterpreter.cpp Fixed the IRInterpreter to reject any code that 2013-06-27 01:59:51 +00:00
IRMemoryMap.cpp Remove the process's reservation cache and don't 2013-06-27 00:10:26 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
Materializer.cpp Fixed a problem with materialization and 2013-06-20 18:42:16 +00:00