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