Searched refs:CurrentLocOps (Results 1 – 2 of 2) sorted by relevance
2202 uint64_t CurrentLocOps = 0; in salvageDbgAssignAddress() local2263 uint64_t CurrentLocOps = SalvagedExpr->getNumLocationOperands(); in salvageDebugInfoForDbgValues() local2323 uint64_t CurrentLocOps = SalvagedExpr->getNumLocationOperands(); in salvageDebugInfoForDbgValues() local2368 uint64_t CurrentLocOps, in getSalvageOpsForGEP() argument2377 if (!VariableOffsets.empty() && !CurrentLocOps) { in getSalvageOpsForGEP()2379 CurrentLocOps = 1; in getSalvageOpsForGEP()2423 static void handleSSAValueOperands(uint64_t CurrentLocOps, in handleSSAValueOperands() argument2427 if (!CurrentLocOps) { in handleSSAValueOperands()2429 CurrentLocOps = 1; in handleSSAValueOperands()2431 Opcodes.append({dwarf::DW_OP_LLVM_arg, CurrentLocOps}); in handleSSAValueOperands()[all …]
339 Value *salvageDebugInfoImpl(Instruction &I, uint64_t CurrentLocOps,