Add additional find methods on PDB raw symbols.
findChildrenByAddr()
findChildrenByVA()
findInlineFramesByAddr()
findInlineFramesByVA()
findInlineLines()
findInlineLinesByAddr()
findInlineLinesByRVA()
findInlineLinesByVA()
Paths
| Differential D43637
[PDB] Implement more find methods for PDB symbols ClosedPublic Authored by asmith on Feb 22 2018, 10:53 AM.
Details Summary Add additional find methods on PDB raw symbols. findChildrenByAddr()
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 22 2018, 11:10 AM Closed by commit rL325824: [PDB] Implement more find methods for PDB symbols (authored by asmith). · Explain WhyFeb 22 2018, 11:51 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 135470 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
|