Lines Matching refs:CurrentLocOps
1797 uint64_t CurrentLocOps, in getSalvageOpsForGEP() argument
1806 if (!VariableOffsets.empty() && !CurrentLocOps) { in getSalvageOpsForGEP()
1808 CurrentLocOps = 1; in getSalvageOpsForGEP()
1814 Opcodes.append({dwarf::DW_OP_LLVM_arg, CurrentLocOps++, dwarf::DW_OP_constu, in getSalvageOpsForGEP()
1852 bool getSalvageOpsForBinOp(BinaryOperator *BI, uint64_t CurrentLocOps, in getSalvageOpsForBinOp() argument
1874 if (!CurrentLocOps) { in getSalvageOpsForBinOp()
1876 CurrentLocOps = 1; in getSalvageOpsForBinOp()
1878 Opcodes.append({dwarf::DW_OP_LLVM_arg, CurrentLocOps}); in getSalvageOpsForBinOp()
1896 uint64_t CurrentLocOps = SrcDIExpr->getNumLocationOperands(); in salvageDebugInfoImpl() local
1936 if (getSalvageOpsForGEP(GEP, DL, CurrentLocOps, Ops, AdditionalValues)) in salvageDebugInfoImpl()
1939 if (getSalvageOpsForBinOp(BI, CurrentLocOps, Ops, AdditionalValues)) in salvageDebugInfoImpl()