Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp627 auto LRLoc = Row.getRegisterLocations().getRegisterLocation( in parseRows() local
629 if (LRLoc) { in parseRows()
630 if (LRLoc->getLocation() == UnwindLocation::Constant) { in parseRows()
632 LRLoc->setConstant(LRLoc->getConstant() ^ 1); in parseRows()
634 AArch64DWARFPAuthRaState, *LRLoc); in parseRows()