Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2202 uint64_t CurrentLocOps = 0; in salvageDbgAssignAddress() local
2263 uint64_t CurrentLocOps = SalvagedExpr->getNumLocationOperands(); in salvageDebugInfoForDbgValues() local
2323 uint64_t CurrentLocOps = SalvagedExpr->getNumLocationOperands(); in salvageDebugInfoForDbgValues() local
2368 uint64_t CurrentLocOps, in getSalvageOpsForGEP() argument
2377 if (!VariableOffsets.empty() && !CurrentLocOps) { in getSalvageOpsForGEP()
2379 CurrentLocOps = 1; in getSalvageOpsForGEP()
2423 static void handleSSAValueOperands(uint64_t CurrentLocOps, in handleSSAValueOperands() argument
2427 if (!CurrentLocOps) { in handleSSAValueOperands()
2429 CurrentLocOps = 1; in handleSSAValueOperands()
2431 Opcodes.append({dwarf::DW_OP_LLVM_arg, CurrentLocOps}); in handleSSAValueOperands()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h339 Value *salvageDebugInfoImpl(Instruction &I, uint64_t CurrentLocOps,