diff options
Diffstat (limited to 'include/llvm/DebugInfo/PDB/Native/PublicsStream.h')
-rw-r--r-- | include/llvm/DebugInfo/PDB/Native/PublicsStream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/DebugInfo/PDB/Native/PublicsStream.h b/include/llvm/DebugInfo/PDB/Native/PublicsStream.h index 4a541edd6a7b4..4570c80c76d7c 100644 --- a/include/llvm/DebugInfo/PDB/Native/PublicsStream.h +++ b/include/llvm/DebugInfo/PDB/Native/PublicsStream.h @@ -35,6 +35,7 @@ public: uint32_t getSymHash() const; uint32_t getAddrMap() const; uint32_t getNumBuckets() const { return NumBuckets; } + Expected<const codeview::CVSymbolArray &> getSymbolArray() const; iterator_range<codeview::CVSymbolArray::Iterator> getSymbols(bool *HadError) const; FixedStreamArray<support::ulittle32_t> getHashBuckets() const { |