Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp46 struct XRayInstrumentation : public MachineFunctionPass { struct
49 XRayInstrumentation() : MachineFunctionPass(ID) { in XRayInstrumentation() argument
88 void XRayInstrumentation::replaceRetWithPatchableRet( in replaceRetWithPatchableRet()
124 void XRayInstrumentation::prependRetWithPatchableExit( in prependRetWithPatchableExit()
145 bool XRayInstrumentation::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
263 char XRayInstrumentation::ID = 0;
264 char &llvm::XRayInstrumentationID = XRayInstrumentation::ID;
265 INITIALIZE_PASS_BEGIN(XRayInstrumentation, "xray-instrumentation",
268 INITIALIZE_PASS_END(XRayInstrumentation, "xray-instrumentation",
H A DCMakeLists.txt231 XRayInstrumentation.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn228 "XRayInstrumentation.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5838 llvm/lib/CodeGen/XRayInstrumentation.cpp