diff options
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h')
| -rw-r--r-- | lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h b/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h index e1a0bb8a6e8..839d4e6606e 100644 --- a/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h +++ b/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h @@ -150,6 +150,7 @@ public: std::vector<SymbolAndUid> FindSymbolsByVa(lldb::addr_t va); llvm::codeview::CVSymbol ReadSymbolRecord(PdbCompilandSymId cu_sym) const; + llvm::codeview::CVSymbol ReadSymbolRecord(PdbGlobalSymId global) const; llvm::Optional<uint16_t> GetModuleIndexForAddr(uint16_t segment, uint32_t offset) const; |

