Home
last modified time | relevance | path

Searched refs:XRaySledMap (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_init.cpp54 XRaySledMap *XRayInstrMaps;
78 XRaySledMap SledMap; in __xray_register_sleds()
147 XRayInstrMaps = allocateBuffer<XRaySledMap>(XRayMaxObjects); in __xray_init()
H A Dxray_interface.cpp39 extern __xray::XRaySledMap *XRayInstrMaps;
203 const XRaySledMap &InstrMap) XRAY_NEVER_INSTRUMENT { in findFunctionSleds()
237 XRaySledMap InstrMap; in patchFunction()
297 XRaySledMap InstrMap; in controlPatchingObjectUnchecked()
441 XRaySledMap InstrMap; in mprotectAndPatchFunction()
635 XRaySledMap InstrMap; in __xray_function_address_in_object()
H A Dxray_interface_internal.h132 struct XRaySledMap { struct