Home
last modified time | relevance | path

Searched defs:XRayInstrumentation (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp46 struct XRayInstrumentation : public MachineFunctionPass { struct
47 static char ID;
49 XRayInstrumentation() : MachineFunctionPass(ID) { in XRayInstrumentation() argument
53 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()