LLVM: llvm::object::IRSymtabFile Struct Reference (original) (raw)

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

#include "[llvm/Object/IRObjectFile.h](IRObjectFile%5F8h%5Fsource.html)"

Public Attributes
std::vector< BitcodeModule > Mods
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 77 of file IRObjectFile.h.

Member Data Documentation

Mods

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

Definition at line 78 of file IRObjectFile.h.

Strtab

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

Definition at line 79 of file IRObjectFile.h.

Symtab

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

Definition at line 79 of file IRObjectFile.h.

TheReader

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

Definition at line 80 of file IRObjectFile.h.


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