Lines Matching defs:m_addr
3477 m_addr = OptionArgParser::ToAddress(execution_context, option_arg,
3479 if (m_addr == LLDB_INVALID_ADDRESS)
3500 m_addr = LLDB_INVALID_ADDRESS;
3512 lldb::addr_t m_addr = LLDB_INVALID_ADDRESS; // Holds the address to lookup
3563 if (target->GetSectionLoadList().ResolveLoadAddress(m_options.m_addr,
3818 m_addr = OptionArgParser::ToAddress(execution_context, option_arg,
3892 m_addr = LLDB_INVALID_ADDRESS;
3918 lldb::addr_t m_addr; // Holds the address to lookup
3920 m_offset; // Subtract this offset from m_addr before doing lookups.
3989 if (m_options.m_addr != LLDB_INVALID_ADDRESS) {
3996 m_options.m_addr, m_options.m_offset, m_options.m_verbose,