LLVM: llvm::pdb::PDBStringTableBuilder Class Reference (original) (raw)
#include "[llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h](PDBStringTableBuilder%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| LLVM_ABI uint32_t | insert (StringRef S) |
| LLVM_ABI uint32_t | getIdForString (StringRef S) const |
| LLVM_ABI StringRef | getStringForId (uint32_t Id) const |
| LLVM_ABI uint32_t | calculateSerializedSize () const |
| LLVM_ABI Error | commit (BinaryStreamWriter &Writer) const |
| LLVM_ABI void | setStrings (const codeview::DebugStringTableSubsection &Strings) |
Definition at line 44 of file PDBStringTableBuilder.h.
◆ calculateSerializedSize()
| uint32_t PDBStringTableBuilder::calculateSerializedSize | ( | ) | const |
|---|
◆ commit()
◆ getIdForString()
◆ getStringForId()
◆ insert()
◆ setStrings()
The documentation for this class was generated from the following files:
- include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h
- lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp