Lines Matching refs:emitOp

30     emitOp(dwarf::DW_OP_lit0 + Value);  in emitConstu()
34 emitOp(dwarf::DW_OP_lit0); in emitConstu()
35 emitOp(dwarf::DW_OP_not); in emitConstu()
37 emitOp(dwarf::DW_OP_constu); in emitConstu()
48 emitOp(dwarf::DW_OP_reg0 + DwarfReg, Comment); in addReg()
50 emitOp(dwarf::DW_OP_regx, Comment); in addReg()
59 emitOp(dwarf::DW_OP_breg0 + DwarfReg); in addBReg()
61 emitOp(dwarf::DW_OP_bregx); in addBReg()
68 emitOp(dwarf::DW_OP_fbreg); in addFBReg()
78 emitOp(dwarf::DW_OP_bit_piece); in addOpPiece()
82 emitOp(dwarf::DW_OP_piece); in addOpPiece()
91 emitOp(dwarf::DW_OP_shr); in addShr()
96 emitOp(dwarf::DW_OP_and); in addAnd()
187 emitOp(dwarf::DW_OP_stack_value); in addStackValue()
193 emitOp(dwarf::DW_OP_consts); in addSignedConstant()
229 emitOp(dwarf::DW_OP_implicit_value); in addConstantFP()
301 emitOp(dwarf::DW_OP_stack_value); in addMachineRegExpression()
397 emitOp(CU.getDwarf5OrGNULocationAtom(dwarf::DW_OP_entry_value)); in finalizeEntryValue()
471 emitOp(OpNum); in addExpression()
511 emitOp(dwarf::DW_OP_plus_uconst); in addExpression()
530 emitOp(OpNum); in addExpression()
539 emitOp(dwarf::DW_OP_deref); in addExpression()
547 emitOp(dwarf::DW_OP_consts); in addExpression()
554 emitOp(dwarf::DW_OP_convert); in addExpression()
580 emitOp(dwarf::DW_OP_swap); in addExpression()
584 emitOp(dwarf::DW_OP_xderef); in addExpression()
587 emitOp(dwarf::DW_OP_deref_size); in addExpression()
594 emitOp(dwarf::DW_OP_regx); in addExpression()
598 emitOp(dwarf::DW_OP_bregx); in addExpression()
646 emitOp(dwarf::DW_OP_dup); in emitLegacySExt()
647 emitOp(dwarf::DW_OP_constu); in emitLegacySExt()
649 emitOp(dwarf::DW_OP_shr); in emitLegacySExt()
650 emitOp(dwarf::DW_OP_lit0); in emitLegacySExt()
651 emitOp(dwarf::DW_OP_not); in emitLegacySExt()
652 emitOp(dwarf::DW_OP_mul); in emitLegacySExt()
653 emitOp(dwarf::DW_OP_constu); in emitLegacySExt()
655 emitOp(dwarf::DW_OP_shl); in emitLegacySExt()
656 emitOp(dwarf::DW_OP_or); in emitLegacySExt()
661 emitOp(dwarf::DW_OP_constu); in emitLegacyZExt()
663 emitOp(dwarf::DW_OP_and); in emitLegacyZExt()
669 emitOp(dwarf::DW_OP_WASM_location); in addWasmLocation()