llvm-project/lldb/source/Plugins/SymbolFile/PDB
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
PDBASTParser.cpp [Symbol] Decouple clang from CompilerType 2019-08-13 19:40:36 +00:00
PDBASTParser.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PDBLocationToDWARFExpression.cpp DWARFExpression: Simplify class interface 2019-08-27 07:49:41 +00:00
PDBLocationToDWARFExpression.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
SymbolFilePDB.cpp Extend FindTypes with CompilerContext to allow filtering by language. 2019-08-22 21:45:58 +00:00
SymbolFilePDB.h Extend FindTypes with CompilerContext to allow filtering by language. 2019-08-22 21:45:58 +00:00