Lines Matching defs:m_addr
3461 m_addr = OptionArgParser::ToAddress(execution_context, option_arg,
3463 if (m_addr == LLDB_INVALID_ADDRESS)
3484 m_addr = LLDB_INVALID_ADDRESS;
3496 lldb::addr_t m_addr = LLDB_INVALID_ADDRESS; // Holds the address to lookup
3547 if (target->ResolveLoadAddress(m_options.m_addr, addr)) {
3801 m_addr = OptionArgParser::ToAddress(execution_context, option_arg,
3875 m_addr = LLDB_INVALID_ADDRESS;
3902 lldb::addr_t m_addr; // Holds the address to lookup
3904 m_offset; // Subtract this offset from m_addr before doing lookups.
3973 if (m_options.m_addr != LLDB_INVALID_ADDRESS) {
3980 m_options.m_addr, m_options.m_offset, m_options.m_verbose,