Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/include/xray/
H A Dxray_interface.h114 extern uintptr_t __xray_function_address(int32_t FuncId);
/llvm-project-15.0.7/compiler-rt/test/xray/TestCases/Posix/
H A Dfunc-id-utils.cpp31 auto addr = __xray_function_address(i); in main()
/llvm-project-15.0.7/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