Lines Matching defs:Single
792 const Loc::Single &Single, const DbgVariable &DV, DIE &VariableDie) {
793 const DbgValueLoc *DVal = &Single.getValueLoc();
795 !Single.getExpr()) {
806 auto *Expr = Single.getExpr();
840 const DIExpression *Expr = Single.getExpr();
1585 auto *Single = std::get_if<Loc::Single>(&DV);
1586 if (Single && Single->getExpr())
1587 addComplexAddress(Single->getExpr(), Die, dwarf::DW_AT_location, Location);