LLVM
8.0.1
|
The contents of a bitcode file and its irsymtab. More...
#include "llvm/Object/IRObjectFile.h"
Public Attributes | |
std::vector< BitcodeModule > | Mods |
SmallVector< char, 0 > | Symtab |
SmallVector< char, 0 > | Strtab |
irsymtab::Reader | TheReader |
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.
std::vector<BitcodeModule> llvm::object::IRSymtabFile::Mods |
Definition at line 81 of file IRObjectFile.h.
Referenced by llvm::object::readIRSymtab().
SmallVector<char, 0> llvm::object::IRSymtabFile::Strtab |
Definition at line 82 of file IRObjectFile.h.
Referenced by llvm::object::readIRSymtab().
SmallVector<char, 0> llvm::object::IRSymtabFile::Symtab |
Definition at line 82 of file IRObjectFile.h.
Referenced by llvm::object::readIRSymtab().
irsymtab::Reader llvm::object::IRSymtabFile::TheReader |
Definition at line 83 of file IRObjectFile.h.
Referenced by llvm::object::readIRSymtab().