LLVM 20.0.0git
|
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 369 of file IRSymtab.h.
SmallVector<char, 0> llvm::irsymtab::FileContents::Strtab |
Definition at line 370 of file IRSymtab.h.
SmallVector<char, 0> llvm::irsymtab::FileContents::Symtab |
Definition at line 370 of file IRSymtab.h.
Reader llvm::irsymtab::FileContents::TheReader |
Definition at line 371 of file IRSymtab.h.