LLVM: llvm::pdb::SymbolGroup Class Reference (original) (raw)
#include "[llvm/DebugInfo/PDB/Native/InputFile.h](InputFile%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| LLVM_ABI | SymbolGroup (InputFile *File, uint32_t GroupIndex=0) |
| LLVM_ABI Expected< StringRef > | getNameFromStringTable (uint32_t Offset) const |
| LLVM_ABI Expected< StringRef > | getNameFromChecksums (uint32_t Offset) const |
| LLVM_ABI void | formatFromFileName (LinePrinter &Printer, StringRef File, bool Append=false) const |
| LLVM_ABI void | formatFromChecksumsOffset (LinePrinter &Printer, uint32_t Offset, bool Append=false) const |
| LLVM_ABI StringRef | name () const |
| codeview::DebugSubsectionArray | getDebugSubsections () const |
| LLVM_ABI const ModuleDebugStreamRef & | getPdbModuleStream () const |
| const InputFile & | getFile () const |
| InputFile & | getFile () |
| bool | hasDebugStream () const |
| Friends | |
|---|---|
| class | SymbolGroupIterator |
Definition at line 91 of file InputFile.h.
◆ formatFromChecksumsOffset()
◆ formatFromFileName()
◆ getDebugSubsections()
◆ getFile() [1/2]
| InputFile & llvm::pdb::SymbolGroup::getFile ( ) | inline |
|---|
◆ getFile() [2/2]
◆ getNameFromChecksums()
◆ getNameFromStringTable()
◆ getPdbModuleStream()
◆ hasDebugStream()
| bool llvm::pdb::SymbolGroup::hasDebugStream ( ) const | inline |
|---|
◆ name()
◆ SymbolGroupIterator
The documentation for this class was generated from the following files:
- include/llvm/DebugInfo/PDB/Native/InputFile.h
- lib/DebugInfo/PDB/Native/InputFile.cpp