struct IRSymtabFile

Declaration

struct IRSymtabFile { /* full declaration omitted */ };

Description

The contents of a bitcode file and its irsymtab. Any underlying data for the irsymtab are owned by Symtab and Strtab.

Declared at: llvm/include/llvm/Object/IRObjectFile.h:74

Member Variables

public std::vector<BitcodeModule> Mods
public SmallVector<char, 0> Symtab
public SmallVector<char, 0> Strtab
public irsymtab::Reader TheReader