Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_interface.h140 extern uintptr_t __xray_function_address_in_object(int32_t FuncId,
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp630 return __xray_function_address_in_object(Ids.second, Ids.first); in __xray_function_address()
633 uintptr_t __xray_function_address_in_object(int32_t FuncId, int32_t ObjId) in __xray_function_address_in_object() function