LLVM: llvm::pdb::PDBStringTable Class Reference (original) (raw)
#include "[llvm/DebugInfo/PDB/Native/PDBStringTable.h](PDBStringTable%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| LLVM_ABI Error | reload (BinaryStreamReader &Reader) |
| LLVM_ABI uint32_t | getByteSize () const |
| LLVM_ABI uint32_t | getNameCount () const |
| LLVM_ABI uint32_t | getHashVersion () const |
| LLVM_ABI uint32_t | getSignature () const |
| LLVM_ABI Expected< StringRef > | getStringForID (uint32_t ID) const |
| LLVM_ABI Expected< uint32_t > | getIDForString (StringRef Str) const |
| LLVM_ABI FixedStreamArray< support::ulittle32_t > | name_ids () const |
| LLVM_ABI const codeview::DebugStringTableSubsectionRef & | getStringTable () const |
Definition at line 27 of file PDBStringTable.h.
◆ getByteSize()
| uint32_t PDBStringTable::getByteSize | ( | ) | const |
|---|
◆ getHashVersion()
| uint32_t PDBStringTable::getHashVersion | ( | ) | const |
|---|
◆ getIDForString()
◆ getNameCount()
| uint32_t PDBStringTable::getNameCount | ( | ) | const |
|---|
◆ getSignature()
| uint32_t PDBStringTable::getSignature | ( | ) | const |
|---|
◆ getStringForID()
◆ getStringTable()
◆ name_ids()
◆ reload()
The documentation for this class was generated from the following files:
- include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
- lib/DebugInfo/PDB/Native/PDBStringTable.cpp