hanchenye-llvm-project/lldb/source/Symbol
Tamas Berghammer 69d0b330dd Fix a crash, an UB and add some assert to dwo symbol file handling
llvm-svn: 249827
2015-10-09 12:43:08 +00:00
..
ArmUnwindInfo.cpp Fix several issues around .ARM.exidx section handling 2015-10-02 11:58:26 +00:00
Block.cpp Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
CMakeLists.txt Testcase and fix for bug 24074 2015-10-08 09:45:41 +00:00
ClangASTContext.cpp Fix a crash, an UB and add some assert to dwo symbol file handling 2015-10-09 12:43:08 +00:00
ClangASTImporter.cpp Rename clang_type_t to opaque_compiler_type_t. 2015-09-22 17:04:24 +00:00
ClangExternalASTSourceCallbacks.cpp Fix error introduced by changing function signatures. 2015-03-24 18:56:08 +00:00
ClangExternalASTSourceCommon.cpp Fixed an unfortunate reversed conditional that 2014-12-06 02:31:49 +00:00
CompactUnwindInfo.cpp Clean up register naming conventions inside lldb. 2015-09-15 23:20:34 +00:00
CompileUnit.cpp Move things from the LanguageRuntime that obviously belong in the new Language plugin instead. 2015-09-02 01:06:46 +00:00
CompilerDecl.cpp Search variables based on clang::DeclContext and clang::Decl tree 2015-09-15 23:44:17 +00:00
CompilerDeclContext.cpp Search variables based on clang::DeclContext and clang::Decl tree 2015-09-15 23:44:17 +00:00
CompilerType.cpp Rename clang_type -> compiler_type for variables. 2015-09-24 03:54:50 +00:00
DWARFCallFrameInfo.cpp Clean up register naming conventions inside lldb. 2015-09-15 23:20:34 +00:00
Declaration.cpp For some reason, sometimes the directory paths that clang emits have internal 2014-11-15 01:54:26 +00:00
FuncUnwinders.cpp Add support for .ARM.exidx unwind information 2015-09-30 13:50:14 +00:00
Function.cpp Introudce a IsTopLevelFunction() API on Language and Function 2015-09-30 23:12:22 +00:00
GoASTContext.cpp Added support for enumerating the languages that actually support TypeSystems 2015-10-08 23:07:53 +00:00
LineEntry.cpp
LineTable.cpp Fix prologue end handling when code compiled by gcc 2015-09-16 12:36:37 +00:00
Makefile
ObjectFile.cpp Add support for .ARM.exidx unwind information 2015-09-30 13:50:14 +00:00
Symbol.cpp Make many mangled functions that might demangle a name be allowed to specify a language to use in order to soon support Pascal and Java demangling. Dawn Perchik will take care of making this so. 2015-07-08 22:32:23 +00:00
SymbolContext.cpp Testcase and fix for bug 24074 2015-10-08 09:45:41 +00:00
SymbolFile.cpp Testcase and fix for bug 24074 2015-10-08 09:45:41 +00:00
SymbolVendor.cpp Testcase and fix for bug 24074 2015-10-08 09:45:41 +00:00
Symtab.cpp Move more functionality from the LanguageRuntimes to the Languages. 2015-09-02 01:59:14 +00:00
Type.cpp Rename clang_type -> compiler_type for variables. 2015-09-24 03:54:50 +00:00
TypeList.cpp Testcase and fix for bug 24074 2015-10-08 09:45:41 +00:00
TypeMap.cpp Testcase and fix for bug 24074 2015-10-08 09:45:41 +00:00
TypeSystem.cpp Moved the target specific ClangASTContext initialization over into ClangASTContext::CreateInstance. 2015-10-08 21:04:34 +00:00
UnwindPlan.cpp Improve instruction emulation based stack unwinding on ARM 2015-06-24 11:27:32 +00:00
UnwindTable.cpp Add support for .ARM.exidx unwind information 2015-09-30 13:50:14 +00:00
Variable.cpp Rename clang_type -> compiler_type for variables. 2015-09-24 03:54:50 +00:00
VariableList.cpp Fix resolution conflict between global and class static variables in C++ 2015-08-18 22:46:57 +00:00
VerifyDecl.cpp