Searched refs:m_memory_addr (Results 1 – 4 of 4) sorted by relevance
482 return Address(m_memory_addr); in GetBaseAddress()654 bool IsInMemory() const { return m_memory_addr != LLDB_INVALID_ADDRESS; } in IsInMemory()708 const lldb::addr_t m_memory_addr; variable
214 offset += m_memory_addr; in DecodeSections()367 assert(m_memory_addr == LLDB_INVALID_ADDRESS || in SetLoadAddress()368 m_memory_addr == load_address); in SetLoadAddress()
104 return IsInMemory() ? Address(m_memory_addr) : Address(0); in GetBaseAddress()
246 m_memory_addr(LLDB_INVALID_ADDRESS), m_sections_up(), m_symtab_up(), in ObjectFile()267 m_process_wp(process_sp), m_memory_addr(header_addr), m_sections_up(), in ObjectFile()277 static_cast<void *>(process_sp.get()), m_memory_addr); in ObjectFile()