struct Module

Declaration

struct Module { /* full declaration omitted */ };

Description

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

Declared at: llvm/include/llvm/Object/IRSymtab.h:74

Member Variables

public llvm::irsymtab::storage::Word Begin
public llvm::irsymtab::storage::Word End
public llvm::irsymtab::storage::Word UncBegin
The index of the first Uncommon for this Module.