LLVM 19.0.0git
Macros | Variables
InstrOrderFile.cpp File Reference
#include "llvm/Transforms/Instrumentation/InstrOrderFile.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/GlobalValue.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Module.h"
#include "llvm/ProfileData/InstrProf.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/Instrumentation.h"
#include <fstream>
#include <mutex>
#include <sstream>

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "instrorderfile"
 

Variables

static cl::opt< std::string > ClOrderFileWriteMapping ("orderfile-write-mapping", cl::init(""), cl::desc("Dump functions and their MD5 hash to deobfuscate profile data"), cl::Hidden)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "instrorderfile"

Definition at line 28 of file InstrOrderFile.cpp.

Variable Documentation

◆ ClOrderFileWriteMapping

cl::opt< std::string > ClOrderFileWriteMapping("orderfile-write-mapping", cl::init(""), cl::desc( "Dump functions and their MD5 hash to deobfuscate profile data"), cl::Hidden) ( "orderfile-write-mapping"  ,
cl::init("")  ,
cl::desc( "Dump functions and their MD5 hash to deobfuscate profile data")  ,
cl::Hidden   
)
static