1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/include/llvm/DebugInfo
Pavel Labath 325399186a DWARFDebugLoclists: Add an api to get the location lists of a DWARF unit
Summary:
This avoid the need to duplicate the location lists searching logic in
various users. The "inline location list dumping" code (which is the
only user actually updated to handle DWARF v5 location lists)  is
switched to this method. After adding v4 location list support, I'll
switch other users too.

Reviewers: dblaikie, probinson, JDevlieghere, aprantl, SouraVX

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D70084
2019-11-13 16:26:16 +01:00
..
CodeView TypeRecord - fix uninitialized variable warnings. NFCI. 2019-11-07 16:56:17 +00:00
DWARF DWARFDebugLoclists: Add an api to get the location lists of a DWARF unit 2019-11-13 16:26:16 +01:00
GSYM Fix a documentation warning from GSYM commit. 2019-10-10 20:29:11 +00:00
MSF Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PDB [PDB] Make pdb::DbiModuleDescriptor destructor trivial 2019-11-11 21:26:26 -08:00
Symbolize llvm-symbolizer: Untag addresses in object files by default. 2019-08-05 20:59:25 +00:00
DIContext.h [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00