Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1563 if (DbgVariable *PreviousLoc = MFVars.lookup(Var)) { in collectVariableInfoFromMFTable() local
1564 auto *PreviousMMI = std::get_if<Loc::MMI>(PreviousLoc); in collectVariableInfoFromMFTable()
1565 auto *PreviousEntryValue = std::get_if<Loc::EntryValue>(PreviousLoc); in collectVariableInfoFromMFTable()
1576 if (PreviousLoc->holds<Loc::MMI>()) in collectVariableInfoFromMFTable()
1577 PreviousLoc->emplace<Loc::EntryValue>(VI.getEntryValueRegister(), in collectVariableInfoFromMFTable()