LLVM  8.0.1
Public Attributes | List of all members
llvm::irsymtab::FileContents Struct Reference

The contents of the irsymtab in a bitcode file. More...

#include "llvm/Object/IRSymtab.h"

Collaboration diagram for llvm::irsymtab::FileContents:
Collaboration graph
[legend]

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 347 of file IRSymtab.h.

Member Data Documentation

◆ Strtab

SmallVector<char, 0> llvm::irsymtab::FileContents::Strtab

Definition at line 348 of file IRSymtab.h.

◆ Symtab

SmallVector<char, 0> llvm::irsymtab::FileContents::Symtab

Definition at line 348 of file IRSymtab.h.

◆ TheReader

Reader llvm::irsymtab::FileContents::TheReader

Definition at line 349 of file IRSymtab.h.

Referenced by llvm::irsymtab::readBitcode().


The documentation for this struct was generated from the following file: