Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/include/xray/
H A Dxray_interface.h114 extern uintptr_t __xray_function_address(int32_t FuncId);
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_interface.cpp496 uintptr_t __xray_function_address(int32_t FuncId) XRAY_NEVER_INSTRUMENT { in __xray_function_address() function