Home
last modified time | relevance | path

Searched refs:OffsetOps (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1294 SmallVector<uint64_t, 5> OffsetOps; in emitLoc() local
1295 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()