Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp29 struct XRayInstrumentation : public MachineFunctionPass { struct
30 static char ID;
32 XRayInstrumentation() : MachineFunctionPass(ID) { in XRayInstrumentation() function