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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp1 //===- XRayInstrumentation.cpp - Adds XRay instrumentation to functions. --===//
46 struct XRayInstrumentation : public MachineFunctionPass { struct in namespace:__anon3605
49 XRayInstrumentation() : MachineFunctionPass(ID) { function in struct:__anon3605::XRayInstrumentation
88 void XRayInstrumentation::replaceRetWithPatchableRet(
124 void XRayInstrumentation::prependRetWithPatchableExit(
145 bool XRayInstrumentation::runOnMachineFunction(MachineFunction &MF) {
260 char XRayInstrumentation::ID = 0;
261 char &llvm::XRayInstrumentationID = XRayInstrumentation::ID;
262 INITIALIZE_PASS_BEGIN(XRayInstrumentation, "xray-instrumentation",
265 INITIALIZE_PASS_END(XRayInstrumentation, "xra
[all...]
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile417 SRCS_MIN+= CodeGen/XRayInstrumentation.cpp

Completed in 84 milliseconds