Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp46 struct XRayInstrumentation : public MachineFunctionPass { struct
49 XRayInstrumentation() : MachineFunctionPass(ID) { in XRayInstrumentation() function
88 void XRayInstrumentation::replaceRetWithPatchableRet( in replaceRetWithPatchableRet()
124 void XRayInstrumentation::prependRetWithPatchableExit( in prependRetWithPatchableExit()
145 bool XRayInstrumentation::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
266 char XRayInstrumentation::ID = 0;
267 char &llvm::XRayInstrumentationID = XRayInstrumentation::ID;
268 INITIALIZE_PASS_BEGIN(XRayInstrumentation, "xray-instrumentation",
271 INITIALIZE_PASS_END(XRayInstrumentation, "xray-instrumentation",
/freebsd/lib/clang/libllvm/
H A DMakefile503 SRCS_MIN+= CodeGen/XRayInstrumentation.cpp