LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions | Variables
SampleProfile.cpp File Reference
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/OwningPtr.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/DebugInfo/DIContext.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Metadata.h"
#include "llvm/IR/MDBuilder.h"
#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/InstIterator.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Regex.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/Scalar.h"
Include dependency graph for SampleProfile.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "sample-profile"
 

Functions

 INITIALIZE_PASS (SampleProfileLoader,"sample-profile","Sample Profile loader", false, false) bool SampleProfileLoader
 

Variables

static cl::opt< std::string > SampleProfileFile ("sample-profile-file", cl::init(""), cl::value_desc("filename"), cl::desc("Profile file loaded by -sample-profile"), cl::Hidden)
 

Macro Definition Documentation

#define DEBUG_TYPE   "sample-profile"

Definition at line 25 of file SampleProfile.cpp.

Function Documentation

INITIALIZE_PASS ( SampleProfileLoader  ,
"sample-profile"  ,
"Sample Profile loader"  ,
false  ,
false   
)

Definition at line 460 of file SampleProfile.cpp.

Variable Documentation

cl::opt<std::string> SampleProfileFile("sample-profile-file", cl::init(""), cl::value_desc("filename"), cl::desc("Profile file loaded by -sample-profile"), cl::Hidden)
static