LLVM  8.0.1
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"

Collaboration diagram for llvm::object::IRSymtabFile:
Collaboration graph
[legend]

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 80 of file IRObjectFile.h.

Member Data Documentation

◆ Mods

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

Definition at line 81 of file IRObjectFile.h.

Referenced by llvm::object::readIRSymtab().

◆ Strtab

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

Definition at line 82 of file IRObjectFile.h.

Referenced by llvm::object::readIRSymtab().

◆ Symtab

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

Definition at line 82 of file IRObjectFile.h.

Referenced by llvm::object::readIRSymtab().

◆ TheReader

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

Definition at line 83 of file IRObjectFile.h.

Referenced by llvm::object::readIRSymtab().


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