Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
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()
Dxray_interface.cpp39 extern __xray::XRaySledMap XRayInstrMap;
220 InstrMap = XRayInstrMap; in patchFunction()
278 InstrMap = XRayInstrMap; in controlPatching()
345 InstrMap = XRayInstrMap; in mprotectAndPatchFunction()
497 InstrMap = XRayInstrMap; in __xray_function_address()
517 return XRayInstrMap.Functions; in __xray_max_function_id()