llvm-project/lldb/source/Plugins/SymbolFile/NativePDB
Pavel Labath e588b8b664 DWARFExpression: Simplify class interface
Summary:
The DWARFExpression methods have a lot of arguments. This removes two of
them by removing the ability to slice the expression via two offset+size
parameters. This is a functionality that it is not always needed, and
when it is, we already have a different handy way of slicing a data
extractor which we can use instead.

Reviewers: JDevlieghere, clayborg

Subscribers: aprantl, lldb-commits

Differential Revision: https://reviews.llvm.org/D66745

llvm-svn: 370027
2019-08-27 07:49:41 +00:00
..
CMakeLists.txt [PDB] Fix location retrieval for function local variables and arguments that are 2019-02-01 10:01:18 +00:00
CodeViewRegisterMapping.cpp [NFC] Fix license headers after r352845 2019-02-08 08:48:15 +00:00
CodeViewRegisterMapping.h [NFC] Fix license headers after r352845 2019-02-08 08:48:15 +00:00
CompileUnitIndex.cpp [LLDB] Migrate llvm::make_unique to std::make_unique 2019-08-14 22:19:23 +00:00
CompileUnitIndex.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DWARFLocationExpression.cpp DWARFExpression: Simplify class interface 2019-08-27 07:49:41 +00:00
DWARFLocationExpression.h [PDB] Fix location retrieval for function local variables and arguments that are 2019-02-01 10:01:18 +00:00
PdbAstBuilder.cpp Fix ClangASTContext::CreateParameterDeclaration to not call addDecl 2019-08-02 21:41:50 +00:00
PdbAstBuilder.h [Symbol] Use llvm::Expected when getting TypeSystems 2019-07-30 22:12:34 +00:00
PdbFPOProgramToDWARFExpression.cpp Postfix: move more code out of the PDB plugin 2019-08-26 11:44:14 +00:00
PdbFPOProgramToDWARFExpression.h Fix file names in file headers. NFC 2019-05-13 04:42:32 +00:00
PdbIndex.cpp Correcting some comments in PdbIndex.cpp [NFC] 2019-03-12 17:40:51 +00:00
PdbIndex.h [PDB] Fix location retrieval for function local variables and arguments that are 2019-02-01 10:01:18 +00:00
PdbSymUid.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PdbSymUid.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PdbUtil.cpp Changing representation of .cv_def_range directives in Codeview debug info assembly format for better readability 2019-08-05 14:16:58 +00:00
PdbUtil.h [PDB] Fix location retrieval for function local variables and arguments that are 2019-02-01 10:01:18 +00:00
SymbolFileNativePDB.cpp Extend FindTypes with CompilerContext to allow filtering by language. 2019-08-22 21:45:58 +00:00
SymbolFileNativePDB.h Extend FindTypes with CompilerContext to allow filtering by language. 2019-08-22 21:45:58 +00:00
UdtRecordCompleter.cpp [codeview] Remove Type member from CVRecord 2019-04-04 00:28:48 +00:00
UdtRecordCompleter.h Fix file names in file headers. NFC 2019-05-13 04:42:32 +00:00