Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/include/xray/
Dxray_interface.h114 extern uintptr_t __xray_function_address(int32_t FuncId);
/external/llvm-project/compiler-rt/test/xray/TestCases/Posix/
Dfunc-id-utils.cpp31 auto addr = __xray_function_address(i); in main()
/external/llvm-project/compiler-rt/lib/xray/
Dxray_interface.cpp493 uintptr_t __xray_function_address(int32_t FuncId) XRAY_NEVER_INSTRUMENT { in __xray_function_address() function