[PATCH] D43637: [PDB] Implement more find methods for PDB symbols

Aaron Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 10:53:41 PST 2018


asmith created this revision.
asmith added reviewers: zturner, llvm-commits.

Add additional find methods on PDB raw symbols.

findChildrenByAddr()
findChildrenByVA()
findInlineFramesByAddr()
findInlineFramesByVA()
findInlineLines()
findInlineLinesByAddr()
findInlineLinesByRVA()
findInlineLinesByVA()


Repository:
  rL LLVM

https://reviews.llvm.org/D43637

Files:
  include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h
  include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
  lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp
  lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  unittests/DebugInfo/PDB/PDBApiTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43637.135470.patch
Type: text/x-patch
Size: 13664 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180222/053c2258/attachment.bin>


More information about the llvm-commits mailing list