Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_init.cpp92 uint64_t LastFnAddr = 0; in __xray_init() local
97 if (Function != LastFnAddr) { in __xray_init()
99 LastFnAddr = Function; in __xray_init()
H A Dxray_interface.cpp185 uint64_t LastFnAddr = 0; in findFunctionSleds() local
191 if (Function != LastFnAddr) { in findFunctionSleds()
193 LastFnAddr = Function; in findFunctionSleds()