Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_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()
87 XRayInstrMap.SledsIndex = __start_xray_fn_idx; in __xray_init()
88 XRayInstrMap.Functions = __stop_xray_fn_idx - __start_xray_fn_idx; in __xray_init()
HDxray_interface.cpp39 extern __xray::XRaySledMap XRayInstrMap;
193 InstrMap = XRayInstrMap; in patchFunction()
251 InstrMap = XRayInstrMap; in controlPatching()
317 InstrMap = XRayInstrMap; in mprotectAndPatchFunction()
465 if (FuncId <= 0 || static_cast<size_t>(FuncId) > XRayInstrMap.Functions) in __xray_function_address()
467 return XRayInstrMap.SledsIndex[FuncId - 1].Begin->Function in __xray_function_address()
479 return XRayInstrMap.Functions; in __xray_max_function_id()