Lines Matching refs:DebugLocEntry
744 static DebugLocEntry::Value getDebugLocValue(const MachineInstr *MI) { in getDebugLocValue()
756 return DebugLocEntry::Value(Expr, MLoc); in getDebugLocValue()
759 return DebugLocEntry::Value(Expr, MI->getOperand(0).getImm()); in getDebugLocValue()
761 return DebugLocEntry::Value(Expr, MI->getOperand(0).getFPImm()); in getDebugLocValue()
763 return DebugLocEntry::Value(Expr, MI->getOperand(0).getCImm()); in getDebugLocValue()
772 bool DebugLocEntry::MergeValues(const DebugLocEntry &Next) { in MergeValues()
829 DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()
831 SmallVector<DebugLocEntry::Value, 4> OpenRanges; in buildLocationList()
848 [&](DebugLocEntry::Value R) { in buildLocationList()
868 DebugLocEntry Loc(StartLabel, EndLabel, Value); in buildLocationList()
972 SmallVector<DebugLocEntry, 8> Entries; in collectVariableInfo()
1398 const DebugLocEntry::Value &Value, in emitDebugLocValue()
1432 void DebugLocEntry::finalize(const AsmPrinter &AP, in finalize()
1437 const DebugLocEntry::Value &Value = Values[0]; in finalize()
1440 assert(std::all_of(Values.begin(), Values.end(), [](DebugLocEntry::Value P) { in finalize()