Searched refs:OffsetOps (Results 1 – 1 of 1) sorted by relevance
1294 SmallVector<uint64_t, 5> OffsetOps; in emitLoc() local1295 TRI.getOffsetOpcodes(Spill.SpillOffset, OffsetOps); in emitLoc()1303 OffsetOps.push_back(dwarf::DW_OP_deref); in emitLoc()1310 OffsetOps.push_back(dwarf::DW_OP_deref_size); in emitLoc()1311 OffsetOps.push_back(DerefSizeInBytes); in emitLoc()1316 OffsetOps.push_back(dwarf::DW_OP_deref); in emitLoc()1324 Expr = DIExpression::appendOpsToArg(Expr, OffsetOps, Idx, StackValue); in emitLoc()