Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp1773 uint64_t CurrentLocOps, in getSalvageOpsForGEP() argument
1782 if (!VariableOffsets.empty() && !CurrentLocOps) { in getSalvageOpsForGEP()
1784 CurrentLocOps = 1; in getSalvageOpsForGEP()
1790 Opcodes.append({dwarf::DW_OP_LLVM_arg, CurrentLocOps++, dwarf::DW_OP_constu, in getSalvageOpsForGEP()
1828 bool getSalvageOpsForBinOp(BinaryOperator *BI, uint64_t CurrentLocOps, in getSalvageOpsForBinOp() argument
1850 if (!CurrentLocOps) { in getSalvageOpsForBinOp()
1852 CurrentLocOps = 1; in getSalvageOpsForBinOp()
1854 Opcodes.append({dwarf::DW_OP_LLVM_arg, CurrentLocOps}); in getSalvageOpsForBinOp()
1872 uint64_t CurrentLocOps = SrcDIExpr->getNumLocationOperands(); in salvageDebugInfoImpl() local
1912 if (getSalvageOpsForGEP(GEP, DL, CurrentLocOps, Ops, AdditionalValues)) in salvageDebugInfoImpl()
[all …]