1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/include/llvm/DebugInfo
David Blaikie a403d63e37 llvm-symbolizer: Avoid calling getFromOffset when the index entry is already available
Especially for symbolizer it can be efficient to have to search through
the entire index when it isn't needed - llvm-symbolizer looks up only a
few CUs & already has an index available in getUnitForEntry, once it's
passed down to DWARFUnitHeader::extract then there's no need for it to
call getFromOffset.

llvm-svn: 347134
2018-11-17 05:57:58 +00:00
..
CodeView [NativePDB] Rewrite the PdbSymUid to use our own custom namespacing scheme. 2018-11-16 02:42:32 +00:00
DWARF llvm-symbolizer: Avoid calling getFromOffset when the index entry is already available 2018-11-17 05:57:58 +00:00
MSF [DebugInfo] Common behavior for error types 2018-08-31 17:41:58 +00:00
PDB [LLD] Fix Microsoft precompiled headers cross-compile on Linux 2018-11-08 14:42:37 +00:00
Symbolize Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
DIContext.h [DWARF] Support for .debug_addr (consumer) 2018-07-31 22:19:19 +00:00