Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_init.cpp54 XRaySledMap *XRayInstrMaps; variable
117 XRayInstrMaps[Idx] = std::move(SledMap); in __xray_register_sleds()
147 XRayInstrMaps = allocateBuffer<XRaySledMap>(XRayMaxObjects); in __xray_init()
221 auto &Entry = XRayInstrMaps[ObjId]; in __xray_deregister_dso()
H A Dxray_interface.cpp39 extern __xray::XRaySledMap *XRayInstrMaps;
166 return XRayInstrMaps[ObjId].Loaded; in isObjectLoaded()
245 InstrMap = XRayInstrMaps[ObjId]; in patchFunction()
305 InstrMap = XRayInstrMaps[ObjId]; in controlPatchingObjectUnchecked()
449 InstrMap = XRayInstrMaps[ObjId]; in mprotectAndPatchFunction()
645 InstrMap = XRayInstrMaps[ObjId]; in __xray_function_address_in_object()
672 return XRayInstrMaps[ObjId].Functions; in __xray_max_function_id_in_object()