Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_init.cpp53 XRaySledMap XRayInstrMap; variable
85 XRayInstrMap.Sleds = __start_xray_instr_map; in __xray_init()
86 XRayInstrMap.Entries = __stop_xray_instr_map - __start_xray_instr_map; in __xray_init()
88 XRayInstrMap.SledsIndex = __start_xray_fn_idx; in __xray_init()
89 XRayInstrMap.Functions = __stop_xray_fn_idx - __start_xray_fn_idx; in __xray_init()
94 for (std::size_t I = 0; I < XRayInstrMap.Entries; I++) { in __xray_init()
95 const auto &Sled = XRayInstrMap.Sleds[I]; in __xray_init()
103 XRayInstrMap.Functions = CountFunctions; in __xray_init()
H A Dxray_interface.cpp39 extern __xray::XRaySledMap XRayInstrMap;
223 InstrMap = XRayInstrMap; in patchFunction()
281 InstrMap = XRayInstrMap; in controlPatching()
348 InstrMap = XRayInstrMap; in mprotectAndPatchFunction()
500 InstrMap = XRayInstrMap; in __xray_function_address()
520 return XRayInstrMap.Functions; in __xray_max_function_id()