LLVM
8.0.1
|
Describes the range of a particular module's symbols within the symbol table. More...
#include "llvm/Object/IRSymtab.h"
Public Attributes | |
Word | Begin |
Word | End |
Word | UncBegin |
The index of the first Uncommon for this Module. More... | |
Describes the range of a particular module's symbols within the symbol table.
Definition at line 73 of file IRSymtab.h.
Word llvm::irsymtab::storage::Module::Begin |
Definition at line 74 of file IRSymtab.h.
Referenced by llvm::irsymtab::Reader::module_symbols().
Word llvm::irsymtab::storage::Module::End |
Definition at line 74 of file IRSymtab.h.
Referenced by llvm::irsymtab::Reader::module_symbols().
Word llvm::irsymtab::storage::Module::UncBegin |
The index of the first Uncommon for this Module.
Definition at line 77 of file IRSymtab.h.
Referenced by llvm::irsymtab::Reader::module_symbols().