reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Core/Disassembler.cpp
 1377   ret.m_type = Type::Dereference;
tools/lldb/source/Expression/DWARFExpression.cpp
 3007         MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference),
 3013         MatchOpType(Instruction::Operand::Type::Dereference),
 3044         MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference),
 3050         MatchOpType(Instruction::Operand::Type::Dereference),
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
  622       deref.m_type = Operand::Type::Dereference;
  627       deref.m_type = Operand::Type::Dereference;
  669       deref.m_type = Operand::Type::Dereference;
  674       deref.m_type = Operand::Type::Dereference;
  720     deref.m_type = Operand::Type::Dereference;
  749     deref.m_type = Operand::Type::Dereference;
  756     case Operand::Type::Dereference:
tools/lldb/source/Target/StackFrame.cpp
 1245   case Instruction::Operand::Type::Dereference:
 1308   if (operand.m_type == Instruction::Operand::Type::Dereference) {
 1573       if (!MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference),
 1576               MatchOpType(Instruction::Operand::Type::Dereference),
 1655                    MatchOpType(Instruction::Operand::Type::Dereference),
 1658                    MatchOpType(Instruction::Operand::Type::Dereference),