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 135494 llvm/trunk/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h
llvm/trunk/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
llvm/trunk/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
llvm/trunk/lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp
llvm/trunk/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
llvm/trunk/unittests/DebugInfo/PDB/PDBApiTest.cpp
|