Lines Matching refs:DW_OP_stack_value
1443 case dwarf::DW_OP_stack_value: {
1528 case dwarf::DW_OP_stack_value:
1649 if (Op.getOp() == dwarf::DW_OP_stack_value ||
1870 // A DW_OP_stack_value comes at the end, but before a DW_OP_LLVM_fragment.
1872 if (Op.getOp() == dwarf::DW_OP_stack_value)
1875 NewOps.push_back(dwarf::DW_OP_stack_value);
1884 NewOps.push_back(dwarf::DW_OP_stack_value);
1924 // If there are no ops to prepend, do not even add the DW_OP_stack_value.
1928 // A DW_OP_stack_value comes at the end, but before a DW_OP_LLVM_fragment.
1930 if (Op.getOp() == dwarf::DW_OP_stack_value)
1933 Ops.push_back(dwarf::DW_OP_stack_value);
1940 Ops.push_back(dwarf::DW_OP_stack_value);
1952 if (Op.getOp() == dwarf::DW_OP_stack_value ||
1974 return Op.getOp() == dwarf::DW_OP_stack_value ||
1980 // has no DW_OP_stack_value.
1982 // Match .* DW_OP_stack_value (DW_OP_LLVM_fragment A B)?.
1988 (ExprOpsBeforeFragment.back() != dwarf::DW_OP_stack_value);
1992 // the new ops, and finally ensure that a single DW_OP_stack_value is present.
1998 NewOps.push_back(dwarf::DW_OP_stack_value);
2039 case dwarf::DW_OP_stack_value:
2216 // An signed constants can be represented as DW_OP_consts C DW_OP_stack_value
2219 // DW_OP_constu C DW_OP_stack_value (DW_OP_LLVM_fragment of Len).
2230 if ((getNumElements() == 3 && getElement(2) != dwarf::DW_OP_stack_value) ||
2231 (getNumElements() == 6 && (getElement(2) != dwarf::DW_OP_stack_value ||