Contents of a bitcode file, including modules and symbol table data.

Synopsis

Declared in <llvm/Bitcode/BitcodeReader.h>

struct BitcodeFileContents;

Data Members

Name

Description

Mods

Modules found in the bitcode file.

StrtabForSymtab

String table used to interpret Symtab.

Symtab

Raw symbol table blob embedded in the bitcode file.

Non-Member Functions

Name

Description

getBitcodeFileContents

Return the modules and raw symbol table from a bitcode buffer.

irsymtab::readBitcode

Reads the contents of a bitcode file, creating its irsymtab if necessary.

Created with MrDocs