LLVM 19.0.0git
Public Attributes | List of all members
llvm::irsymtab::FileContents Struct Reference

The contents of the irsymtab in a bitcode file. More...

#include "llvm/Object/IRSymtab.h"

Public Attributes

SmallVector< char, 0 > Symtab
 
SmallVector< char, 0 > Strtab
 
Reader TheReader
 

Detailed Description

The contents of the irsymtab in a bitcode file.

Any underlying data for the irsymtab are owned by Symtab and Strtab.

Definition at line 369 of file IRSymtab.h.

Member Data Documentation

◆ Strtab

SmallVector<char, 0> llvm::irsymtab::FileContents::Strtab

Definition at line 370 of file IRSymtab.h.

◆ Symtab

SmallVector<char, 0> llvm::irsymtab::FileContents::Symtab

Definition at line 370 of file IRSymtab.h.

◆ TheReader

Reader llvm::irsymtab::FileContents::TheReader

Definition at line 371 of file IRSymtab.h.


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