LLVM 22.0.0git
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"

Public Attributes

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

Detailed Description

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

Definition at line 75 of file IRSymtab.h.

Member Data Documentation

◆ Begin

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

Definition at line 76 of file IRSymtab.h.

◆ End

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

Definition at line 76 of file IRSymtab.h.

◆ UncBegin

Word llvm::irsymtab::storage::Module::UncBegin

The index of the first Uncommon for this Module.

Definition at line 79 of file IRSymtab.h.


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