|
LLVM 22.0.0git
|
#include "PseudoProbePrinter.h"#include "llvm/CodeGen/AsmPrinter.h"#include "llvm/IR/DebugInfoMetadata.h"#include "llvm/IR/Function.h"#include "llvm/IR/PseudoProbe.h"#include "llvm/MC/MCPseudoProbe.h"#include "llvm/MC/MCStreamer.h"#include "llvm/ProfileData/SampleProf.h"#include "llvm/IR/Module.h"#include "llvm/Support/WithColor.h"Go to the source code of this file.
Variables | |
| static cl::opt< bool > | VerifyGuidExistence ("pseudo-probe-verify-guid-existence-in-desc", cl::desc("Verify whether GUID exists in the .pseudo_probe_desc."), cl::Hidden, cl::init(false)) |
|
static |
Referenced by llvm::PseudoProbeHandler::emitPseudoProbe().