Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_interface.cpp235 auto SledRange = InstrMap.SledsIndex ? InstrMap.SledsIndex[FuncId - 1] in patchFunction()
365 auto SledRange = InstrMap.SledsIndex ? InstrMap.SledsIndex[FuncId - 1] in mprotectAndPatchFunction()
502 const XRaySledEntry *Sled = InstrMap.SledsIndex in __xray_function_address()
503 ? InstrMap.SledsIndex[FuncId - 1].Begin in __xray_function_address()
Dxray_interface_internal.h79 const XRayFunctionSledIndex *SledsIndex; member
Dxray_init.cpp88 XRayInstrMap.SledsIndex = __start_xray_fn_idx; in __xray_init()