LLVM API Documentation
#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"
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) |
#define DEBUG_TYPE "sample-profile" |
Definition at line 25 of file SampleProfile.cpp.
INITIALIZE_PASS | ( | SampleProfileLoader | , |
"sample-profile" | , | ||
"Sample Profile loader" | , | ||
false | , | ||
false | |||
) |
Definition at line 460 of file SampleProfile.cpp.
|
static |
Referenced by llvm::createSampleProfileLoaderPass().