Contents of a bitcode file, including modules and symbol table data.
Synopsis
Declared in <llvm/Bitcode/BitcodeReader.h>
struct BitcodeFileContents;
Data Members
Name |
Description |
Modules found in the bitcode file. |
|
String table used to interpret |
|
Raw symbol table blob embedded in the bitcode file. |
Non-Member Functions
Name |
Description |
Return the modules and raw symbol table from a bitcode buffer. |
|
Reads the contents of a bitcode file, creating its irsymtab if necessary. |
Created with MrDocs