Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCWin64EH.cpp2016 bool GotLRRestore = false; in tryARMPackedUnwind() local
2093 GotLRRestore = true; in tryARMPackedUnwind()
2102 GotLRRestore = Inst.Offset == 1; in tryARMPackedUnwind()
2138 GotLRRestore = true; in tryARMPackedUnwind()
2146 GotLRRestore = CurHasLR; in tryARMPackedUnwind()
2175 if (!Homing || Inst.Offset != 20 || GotLRRestore) in tryARMPackedUnwind()
2177 GotLRRestore = true; in tryARMPackedUnwind()
2205 if (HasLR && !GotLRRestore) in tryARMPackedUnwind()