Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
262 char XRayInstrumentation::ID = 0;
263 char &llvm::XRayInstrumentationID = XRayInstrumentation::ID;
264 INITIALIZE_PASS_BEGIN(XRayInstrumentation, "xray-instrumentation",
267 INITIALIZE_PASS_END(XRayInstrumentation, "xray-instrumentation",
H A DCMakeLists.txt191 XRayInstrumentation.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/
H A DMakefile202 XRayInstrumentation.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn212 "XRayInstrumentation.cpp",