LLVM  8.0.1
Public Attributes | List of all members
llvm::irsymtab::storage::Module Struct Reference

Describes the range of a particular module's symbols within the symbol table. More...

#include "llvm/Object/IRSymtab.h"

Collaboration diagram for llvm::irsymtab::storage::Module:
Collaboration graph
[legend]

Public Attributes

Word Begin
 
Word End
 
Word UncBegin
 The index of the first Uncommon for this Module. More...
 

Detailed Description

Describes the range of a particular module's symbols within the symbol table.

Definition at line 73 of file IRSymtab.h.

Member Data Documentation

◆ Begin

Word llvm::irsymtab::storage::Module::Begin

Definition at line 74 of file IRSymtab.h.

Referenced by llvm::irsymtab::Reader::module_symbols().

◆ End

Word llvm::irsymtab::storage::Module::End

Definition at line 74 of file IRSymtab.h.

Referenced by llvm::irsymtab::Reader::module_symbols().

◆ UncBegin

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().


The documentation for this struct was generated from the following file: