Lines Matching refs:Opcodes
1798 SmallVectorImpl<uint64_t> &Opcodes, in getSalvageOpsForGEP() argument
1807 Opcodes.insert(Opcodes.begin(), {dwarf::DW_OP_LLVM_arg, 0}); in getSalvageOpsForGEP()
1814 Opcodes.append({dwarf::DW_OP_LLVM_arg, CurrentLocOps++, dwarf::DW_OP_constu, in getSalvageOpsForGEP()
1818 DIExpression::appendOffset(Opcodes, ConstantOffset.getSExtValue()); in getSalvageOpsForGEP()
1853 SmallVectorImpl<uint64_t> &Opcodes, in getSalvageOpsForBinOp() argument
1869 DIExpression::appendOffset(Opcodes, Offset); in getSalvageOpsForBinOp()
1872 Opcodes.append({dwarf::DW_OP_constu, Val}); in getSalvageOpsForBinOp()
1875 Opcodes.append({dwarf::DW_OP_LLVM_arg, 0}); in getSalvageOpsForBinOp()
1878 Opcodes.append({dwarf::DW_OP_LLVM_arg, CurrentLocOps}); in getSalvageOpsForBinOp()
1887 Opcodes.push_back(DwarfBinOp); in getSalvageOpsForBinOp()
1910 auto applyOps = [&](ArrayRef<uint64_t> Opcodes) { in salvageDebugInfoImpl() argument
1911 SmallVector<uint64_t, 8> Ops(Opcodes.begin(), Opcodes.end()); in salvageDebugInfoImpl()