hanchenye-llvm-project/lldb/source/Symbol
Sean Callanan 9973231fb0 Changed ClangASTImporter to allow finer-grained
management of what allocations remain after an
expression finishes executing.  This saves around
2.5KiB per expression for simple expressions.

llvm-svn: 145342
2011-11-29 00:42:02 +00:00
..
Block.cpp Moved lldb::user_id_t values to be 64 bit. This was going to be needed for 2011-10-19 18:09:39 +00:00
ClangASTContext.cpp Ensure that the empty RecordDecl generated for 2011-11-19 01:35:08 +00:00
ClangASTImporter.cpp Changed ClangASTImporter to allow finer-grained 2011-11-29 00:42:02 +00:00
ClangASTType.cpp <rdar://problem/10126482> 2011-11-13 06:57:31 +00:00
ClangExternalASTSourceCallbacks.cpp Added a new #define, LLVM_NDEBUG_OFF, that should 2011-10-26 17:46:51 +00:00
ClangNamespaceDecl.cpp
CompileUnit.cpp Moved lldb::user_id_t values to be 64 bit. This was going to be needed for 2011-10-19 18:09:39 +00:00
DWARFCallFrameInfo.cpp Added the ability for DWARF locations to use the ABI plug-ins to resolve 2011-09-02 01:15:17 +00:00
Declaration.cpp
FuncUnwinders.cpp Have the FuncUnwinder object request & provide an architecture-defined 2011-09-15 00:44:34 +00:00
Function.cpp Moved lldb::user_id_t values to be 64 bit. This was going to be needed for 2011-10-19 18:09:39 +00:00
LineEntry.cpp
LineTable.cpp
Makefile
ObjectFile.cpp <rdar://problem/10338439> 2011-11-13 04:15:56 +00:00
Symbol.cpp Got the sizeof(lldb_private::Symbol) down to 64 bytes (from 72 bytes) by not 2011-11-22 21:20:33 +00:00
SymbolContext.cpp Moved lldb::user_id_t values to be 64 bit. This was going to be needed for 2011-10-19 18:09:39 +00:00
SymbolFile.cpp CommandObjectProcess was recently changed to automatically use the platform 2011-11-28 01:45:00 +00:00
SymbolVendor.cpp Completed the glue that passes a ClangNamespaceDecl * 2011-10-13 01:49:10 +00:00
Symtab.cpp Update declarations for all functions/methods that accept printf-style 2011-09-20 21:44:10 +00:00
Type.cpp <rdar://problem/10126482> 2011-11-13 06:57:31 +00:00
TypeHierarchyNavigator.cpp
TypeList.cpp Changed lldb_private::Type over to use the intrusive ref counted pointers 2011-10-18 23:36:41 +00:00
UnwindPlan.cpp Update declarations for all functions/methods that accept printf-style 2011-09-20 21:44:10 +00:00
UnwindTable.cpp
Variable.cpp Update declarations for all functions/methods that accept printf-style 2011-09-20 21:44:10 +00:00
VariableList.cpp
VerifyDecl.cpp Added VerifyDecl, a function that, when LLDB is 2011-10-26 01:06:27 +00:00