Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2266 uint64_t CurrentLocOps = 0; in salvageDbgAssignAddress() local
2269 Value *NewV = salvageDebugInfoImpl(*I, CurrentLocOps, Ops, AdditionalValues); in salvageDbgAssignAddress()
2329 uint64_t CurrentLocOps = SalvagedExpr->getNumLocationOperands(); in salvageDebugInfoForDbgValues() local
2330 Op0 = salvageDebugInfoImpl(I, CurrentLocOps, Ops, AdditionalValues); in salvageDebugInfoForDbgValues()
2391 uint64_t CurrentLocOps = SalvagedExpr->getNumLocationOperands(); in salvageDebugInfoForDbgValues() local
2392 Op0 = salvageDebugInfoImpl(I, CurrentLocOps, Ops, AdditionalValues); in salvageDebugInfoForDbgValues()
2437 uint64_t CurrentLocOps, in getSalvageOpsForGEP() argument
2446 if (!VariableOffsets.empty() && !CurrentLocOps) { in getSalvageOpsForGEP()
2448 CurrentLocOps = 1; in getSalvageOpsForGEP()
2454 Opcodes.append({dwarf::DW_OP_LLVM_arg, CurrentLocOps++, dwarf::DW_OP_constu, in getSalvageOpsForGEP()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h367 salvageDebugInfoImpl(Instruction &I, uint64_t CurrentLocOps,