LLVM 19.0.0git
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]

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 139 of file LTO.h.

Constructor & Destructor Documentation

◆ Symbol()

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

Definition at line 143 of file LTO.h.


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