Lines Matching refs:DIExpr
366 DbgValueProperties(const DIExpression *DIExpr, bool Indirect) in DbgValueProperties() argument
367 : DIExpr(DIExpr), Indirect(Indirect) {} in DbgValueProperties()
372 DIExpr = MI.getDebugExpression(); in DbgValueProperties()
377 return std::tie(DIExpr, Indirect) == std::tie(Other.DIExpr, Other.Indirect); in operator ==()
384 const DIExpression *DIExpr; member in __anon36b66d1c0211::DbgValueProperties
764 const DIExpression *Expr = Properties.DIExpr; in emitLoc()
858 if (Properties.DIExpr) in dump()
859 dbgs() << " " << *Properties.DIExpr; in dump()
1211 if (!isEntryValueVariable(Var, Prop.DIExpr)) in recoverAsEntryValue()
1220 DIExpression::prepend(Prop.DIExpr, DIExpression::EntryValue); in recoverAsEntryValue()
1335 const DIExpression *Expr = ActiveVLocIt->second.Properties.DIExpr; in clobberMloc()
1411 MIB.addMetadata(Properties.DIExpr); in emitMOLoc()