Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1264 SmallVector<uint64_t, 5> OffsetOps; in emitLoc() local
1265 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()