[PATCH] D70993: Add lookup functions for efficient lookups of addresses when using GsymReader classes.

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 4 14:31:08 PST 2019


clayborg updated this revision to Diff 232215.
clayborg added a comment.

Fixed:

- Updates LLVM license
- Added gsym::SourceLocation operator==
- Added gsym::SourceLocation operator<< for raw_ostream
- Change gsym::LookupResult::dump to operator<< for raw_ostream
- Converted tests to use testing::ElementsAre to make tests easier to read


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70993/new/

https://reviews.llvm.org/D70993

Files:
  llvm/include/llvm/DebugInfo/GSYM/FunctionInfo.h
  llvm/include/llvm/DebugInfo/GSYM/GsymReader.h
  llvm/include/llvm/DebugInfo/GSYM/InlineInfo.h
  llvm/include/llvm/DebugInfo/GSYM/LineTable.h
  llvm/include/llvm/DebugInfo/GSYM/LookupResult.h
  llvm/include/llvm/DebugInfo/GSYM/Range.h
  llvm/lib/DebugInfo/GSYM/CMakeLists.txt
  llvm/lib/DebugInfo/GSYM/FunctionInfo.cpp
  llvm/lib/DebugInfo/GSYM/GsymReader.cpp
  llvm/lib/DebugInfo/GSYM/InlineInfo.cpp
  llvm/lib/DebugInfo/GSYM/LineTable.cpp
  llvm/lib/DebugInfo/GSYM/LookupResult.cpp
  llvm/lib/DebugInfo/GSYM/Range.cpp
  llvm/unittests/DebugInfo/GSYM/GSYMTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70993.232215.patch
Type: text/x-patch
Size: 35862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191204/53384465/attachment.bin>


More information about the llvm-commits mailing list