LLVM  8.0.1
Public Member Functions | List of all members
llvm::SampleProfileLoaderPass Class Reference

The sample profiler data loader pass. More...

#include "llvm/Transforms/IPO/SampleProfile.h"

Inheritance diagram for llvm::SampleProfileLoaderPass:
Inheritance graph
[legend]
Collaboration diagram for llvm::SampleProfileLoaderPass:
Collaboration graph
[legend]

Public Member Functions

 SampleProfileLoaderPass (std::string File="", std::string RemappingFile="", bool IsThinLTOPreLink=false)
 
PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< SampleProfileLoaderPass >
static StringRef name ()
 Gets the name of the pass we are mixed into. More...
 

Detailed Description

The sample profiler data loader pass.

Definition at line 26 of file SampleProfile.h.

Constructor & Destructor Documentation

◆ SampleProfileLoaderPass()

llvm::SampleProfileLoaderPass::SampleProfileLoaderPass ( std::string  File = "",
std::string  RemappingFile = "",
bool  IsThinLTOPreLink = false 
)
inline

Definition at line 28 of file SampleProfile.h.

References run().

Member Function Documentation

◆ run()

PreservedAnalyses SampleProfileLoaderPass::run ( Module M,
ModuleAnalysisManager AM 
)

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