reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
42 uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK; 47 uint64_t Op1 = Opcode & DWARF_CFI_PRIMARY_OPERAND_MASK; 63 switch (Opcode) { 67 Opcode); 73 addInstruction(Opcode); 77 addInstruction(Opcode, Data.getRelocatedAddress(Offset)); 81 addInstruction(Opcode, Data.getRelocatedValue(1, Offset)); 85 addInstruction(Opcode, Data.getRelocatedValue(2, Offset)); 89 addInstruction(Opcode, Data.getRelocatedValue(4, Offset)); 98 addInstruction(Opcode, Data.getULEB128(Offset)); 102 addInstruction(Opcode, Data.getSLEB128(Offset)); 114 addInstruction(Opcode, op1, op2); 124 addInstruction(Opcode, op1, op2); 129 addInstruction(Opcode, 0); 142 addInstruction(Opcode, RegNum, 0);