LLVM: llvm::logicalview::LVSymbolTable Class Reference (original) (raw)
#include "[llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h](LVBinaryReader%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| LVSymbolTable ()=default | |
| void | add (StringRef Name, LVScope *Function, LVSectionIndex SectionIndex=0) |
| void | add (StringRef Name, LVAddress Address, LVSectionIndex SectionIndex, bool IsComdat) |
| LVSectionIndex | update (LVScope *Function) |
| const LVSymbolTableEntry & | getEntry (StringRef Name) |
| LVAddress | getAddress (StringRef Name) |
| LVSectionIndex | getIndex (StringRef Name) |
| bool | getIsComdat (StringRef Name) |
| void | print (raw_ostream &OS) |
Definition at line 49 of file LVBinaryReader.h.
| llvm::logicalview::LVSymbolTable::LVSymbolTable ( ) | default |
|---|
◆ add() [1/2]
◆ add() [2/2]
◆ getAddress()
◆ getEntry()
◆ getIndex()
◆ getIsComdat()
◆ print()
◆ update()
The documentation for this class was generated from the following files:
- include/llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h
- lib/DebugInfo/LogicalView/Readers/LVBinaryReader.cpp