Searched refs:OffsetOps (Results 1 – 1 of 1) sorted by relevance
1264 SmallVector<uint64_t, 5> OffsetOps; in emitLoc() local1265 TRI.getOffsetOpcodes(Spill.SpillOffset, OffsetOps); in emitLoc()1273 OffsetOps.push_back(dwarf::DW_OP_deref); in emitLoc()1280 OffsetOps.push_back(dwarf::DW_OP_deref_size); in emitLoc()1281 OffsetOps.push_back(DerefSizeInBytes); in emitLoc()1286 OffsetOps.push_back(dwarf::DW_OP_deref); in emitLoc()1294 Expr = DIExpression::appendOpsToArg(Expr, OffsetOps, Idx, StackValue); in emitLoc()