Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp2234 bool GotLRRestore = false; in tryARMPackedUnwind() local
2311 GotLRRestore = true; in tryARMPackedUnwind()
2320 GotLRRestore = Inst.Offset == 1; in tryARMPackedUnwind()
2356 GotLRRestore = true; in tryARMPackedUnwind()
2364 GotLRRestore = CurHasLR; in tryARMPackedUnwind()
2393 if (!Homing || Inst.Offset != 20 || GotLRRestore) in tryARMPackedUnwind()
2395 GotLRRestore = true; in tryARMPackedUnwind()
2423 if (HasLR && !GotLRRestore) in tryARMPackedUnwind()