LLVM  8.0.1
Public Member Functions | List of all members
llvm::lto::InputFile::Symbol Class Reference

The purpose of this class is to only expose the symbol information that an LTO client should need in order to do symbol resolution. More...

#include "llvm/LTO/LTO.h"

Inheritance diagram for llvm::lto::InputFile::Symbol:
Inheritance graph
[legend]
Collaboration diagram for llvm::lto::InputFile::Symbol:
Collaboration graph
[legend]

Public Member Functions

 Symbol (const irsymtab::Symbol &S)
 

Detailed Description

The purpose of this class is to only expose the symbol information that an LTO client should need in order to do symbol resolution.

Definition at line 123 of file LTO.h.

Constructor & Destructor Documentation

◆ Symbol()

llvm::lto::InputFile::Symbol::Symbol ( const irsymtab::Symbol S)
inline

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