struct FileContents

Declaration

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

Description

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

Declared at: llvm/include/llvm/Object/IRSymtab.h:369

Member Variables

public SmallVector<char, 0> Symtab
public SmallVector<char, 0> Strtab
public llvm::irsymtab::Reader TheReader