Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp46 struct XRayInstrumentation : public MachineFunctionPass { struct
47 static char ID;
49 XRayInstrumentation() : MachineFunctionPass(ID) { in XRayInstrumentation() function
53 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()