hanchenye-llvm-project/lldb/source/Symbol
Enrico Granata b3f0c3400f Introduce the concept of a type that is meaningless without dynamic resolution, which are essentially placeholder types meant to appease a language's type system but do not offer any actual information to the debugger, unless further resolved
This is currently meant for data formatters to know to ignore such types in caching and lookup

llvm-svn: 250767
2015-10-20 00:13:19 +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 couple issues where trying to print a type would cause LLDB to crash 2015-10-14 22:44:50 +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 Introduce the concept of a type that is meaningless without dynamic resolution, which are essentially placeholder types meant to appease a language's type system but do not offer any actual information to the debugger, unless further resolved 2015-10-20 00:13:19 +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 Silence -Wqual-cast warnings from GCC 5.2 2015-10-18 19:34:38 +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 Introduce the concept of a type that is meaningless without dynamic resolution, which are essentially placeholder types meant to appease a language's type system but do not offer any actual information to the debugger, unless further resolved 2015-10-20 00:13:19 +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