Searched refs:CurrentLocOps (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 1821 uint64_t CurrentLocOps = 0; in salvageDbgAssignAddress() local 1824 Value *NewV = salvageDebugInfoImpl(*I, CurrentLocOps, Ops, AdditionalValues); in salvageDbgAssignAddress() 1882 uint64_t CurrentLocOps = SalvagedExpr->getNumLocationOperands(); in salvageDebugInfoForDbgValues() local 1883 Op0 = salvageDebugInfoImpl(I, CurrentLocOps, Ops, AdditionalValues); in salvageDebugInfoForDbgValues() 1924 uint64_t CurrentLocOps, in getSalvageOpsForGEP() argument 1933 if (!VariableOffsets.empty() && !CurrentLocOps) { in getSalvageOpsForGEP() 1935 CurrentLocOps = 1; in getSalvageOpsForGEP() 1941 Opcodes.append({dwarf::DW_OP_LLVM_arg, CurrentLocOps++, dwarf::DW_OP_constu, in getSalvageOpsForGEP() 1979 Value *getSalvageOpsForBinOp(BinaryOperator *BI, uint64_t CurrentLocOps, in getSalvageOpsForBinOp() argument 2001 if (!CurrentLocOps) { in getSalvageOpsForBinOp() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | Local.h | 314 Value *salvageDebugInfoImpl(Instruction &I, uint64_t CurrentLocOps,
|