Searched refs:XRayInstrumentation (Results 1 – 2 of 2) sorted by relevance
46 struct XRayInstrumentation : public MachineFunctionPass { struct49 XRayInstrumentation() : MachineFunctionPass(ID) { in XRayInstrumentation() argument88 void XRayInstrumentation::replaceRetWithPatchableRet( in replaceRetWithPatchableRet()122 void XRayInstrumentation::prependRetWithPatchableExit( in prependRetWithPatchableExit()143 bool XRayInstrumentation::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()243 char XRayInstrumentation::ID = 0;244 char &llvm::XRayInstrumentationID = XRayInstrumentation::ID;245 INITIALIZE_PASS_BEGIN(XRayInstrumentation, "xray-instrumentation",248 INITIALIZE_PASS_END(XRayInstrumentation, "xray-instrumentation",
374 SRCS_MIN+= CodeGen/XRayInstrumentation.cpp