Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_init.cpp92 uint64_t LastFnAddr = 0; in __xray_init() local
97 if (Function != LastFnAddr) { in __xray_init()
99 LastFnAddr = Function; in __xray_init()
Dxray_interface.cpp182 uint64_t LastFnAddr = 0; in findFunctionSleds() local
188 if (Function != LastFnAddr) { in findFunctionSleds()
190 LastFnAddr = Function; in findFunctionSleds()