|
LLVM
8.0.1
|
The contents of the irsymtab in a bitcode file. More...
#include "llvm/Object/IRSymtab.h"

Public Attributes | |
| SmallVector< char, 0 > | Symtab |
| SmallVector< char, 0 > | Strtab |
| Reader | TheReader |
The contents of the irsymtab in a bitcode file.
Any underlying data for the irsymtab are owned by Symtab and Strtab.
Definition at line 347 of file IRSymtab.h.
| SmallVector<char, 0> llvm::irsymtab::FileContents::Strtab |
Definition at line 348 of file IRSymtab.h.
| SmallVector<char, 0> llvm::irsymtab::FileContents::Symtab |
Definition at line 348 of file IRSymtab.h.
| Reader llvm::irsymtab::FileContents::TheReader |
Definition at line 349 of file IRSymtab.h.
Referenced by llvm::irsymtab::readBitcode().
1.8.13