LLVM 19.0.0git
Public Attributes | List of all members
llvm::object::IRSymtabFile Struct Reference

The contents of a bitcode file and its irsymtab. More...

#include "llvm/Object/IRObjectFile.h"

Public Attributes

std::vector< BitcodeModuleMods
 
SmallVector< char, 0 > Symtab
 
SmallVector< char, 0 > Strtab
 
irsymtab::Reader TheReader
 

Detailed Description

The contents of a bitcode file and its irsymtab.

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

Definition at line 76 of file IRObjectFile.h.

Member Data Documentation

◆ Mods

std::vector<BitcodeModule> llvm::object::IRSymtabFile::Mods

Definition at line 77 of file IRObjectFile.h.

◆ Strtab

SmallVector<char, 0> llvm::object::IRSymtabFile::Strtab

Definition at line 78 of file IRObjectFile.h.

◆ Symtab

SmallVector<char, 0> llvm::object::IRSymtabFile::Symtab

Definition at line 78 of file IRObjectFile.h.

◆ TheReader

irsymtab::Reader llvm::object::IRSymtabFile::TheReader

Definition at line 79 of file IRObjectFile.h.


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