[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:48:11 PST 2019
clayborg updated this revision to Diff 232216.
clayborg added a comment.
Change over to using ASSERT_THAT_EXPECTED(LR, Succeeded())
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.232216.patch
Type: text/x-patch
Size: 36122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191204/49c0226e/attachment.bin>
More information about the llvm-commits
mailing list