LLVM: llvm::irsymtab::FileContents Struct Reference (original) (raw)
The contents of the irsymtab in a bitcode file. More...
#include "[llvm/Object/IRSymtab.h](IRSymtab%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| SmallVector< char, 0 > | Symtab |
| SmallVector< char, 0 > | Strtab |
| Reader | TheReader |
Detailed Description
The contents of the irsymtab in a bitcode file.
Any underlying data for the irsymtab are owned by Symtab and Strtab.
Definition at line 372 of file IRSymtab.h.
Member Data Documentation
◆ Strtab
SmallVector<char, 0> llvm::irsymtab::FileContents::Strtab
Definition at line 373 of file IRSymtab.h.
◆ Symtab
SmallVector<char, 0> llvm::irsymtab::FileContents::Symtab
Definition at line 373 of file IRSymtab.h.
◆ TheReader
Reader llvm::irsymtab::FileContents::TheReader
Definition at line 374 of file IRSymtab.h.
The documentation for this struct was generated from the following file:
- include/llvm/Object/IRSymtab.h