Lines Matching refs:addr_t
94 lldb::addr_t &func_addr,
95 lldb::addr_t &func_end);
103 lldb::addr_t WriteNow(const uint8_t *bytes,
107 void FreeNow(lldb::addr_t allocation);
121 lldb::addr_t
122 GetRemoteAddressForLocal (lldb::addr_t local_address);
135 typedef std::pair <lldb::addr_t, uintptr_t> AddrRange;
137 GetRemoteRangeForLocal (lldb::addr_t local_address);
413 lldb::addr_t m_local_addr; ///< The address of the function in LLDB's memory
414 lldb::addr_t m_remote_addr; ///< The address of the function in the target's memory
433 lldb::addr_t local_addr = LLDB_INVALID_ADDRESS,
434 lldb::addr_t remote_addr = LLDB_INVALID_ADDRESS) :
452 lldb::addr_t m_process_address;
489 lldb::addr_t m_function_load_addr;
490 lldb::addr_t m_function_end_load_addr;