Lines Matching refs:Address
29 ReadBytes (ExecutionContextScope *exe_scope, const Address &address, void *dst, size_t dst_len) in ReadBytes()
45 GetByteOrderAndAddressSize (ExecutionContextScope *exe_scope, const Address &address, ByteOrder& by… in GetByteOrderAndAddressSize()
72 ReadUIntMax64 (ExecutionContextScope *exe_scope, const Address &address, uint32_t byte_size, bool &… in ReadUIntMax64()
100 …eadAddress (ExecutionContextScope *exe_scope, const Address &address, uint32_t pointer_size, Addre… in ReadAddress()
141 DumpUInt (ExecutionContextScope *exe_scope, const Address &address, uint32_t byte_size, Stream* str… in DumpUInt()
173 ReadCStringFromMemory (ExecutionContextScope *exe_scope, const Address &address, Stream *strm) in ReadCStringFromMemory()
185 Address curr_address(address); in ReadCStringFromMemory()
216 Address::Address (lldb::addr_t abs_addr) : in Address() function in Address
222 Address::Address (addr_t address, const SectionList *section_list) : in Address() function in Address
229 const Address&
230 Address::operator= (const Address& rhs) in operator =()
241 Address::ResolveAddressUsingFileSections (addr_t file_addr, const SectionList *section_list) in ResolveAddressUsingFileSections()
259 Address::GetModule () const in GetModule()
269 Address::GetFileAddress () const in GetFileAddress()
289 Address::GetLoadAddress (Target *target) const in GetLoadAddress()
315 Address::GetCallableLoadAddress (Target *target, bool is_indirect) const in GetCallableLoadAddress()
332 Address::SetCallableLoadAddress (lldb::addr_t load_addr, Target *target) in SetCallableLoadAddress()
344 Address::GetOpcodeLoadAddress (Target *target) const in GetOpcodeLoadAddress()
353 Address::SetOpcodeLoadAddress (lldb::addr_t load_addr, Target *target) in SetOpcodeLoadAddress()
365 Address::Dump (Stream *s, ExecutionContextScope *exe_scope, DumpStyle style, DumpStyle fallback_sty… in Dump()
385 Address so_addr; in Dump()
399 s->Address(m_offset, addr_size); in Dump()
405 s->Address(m_offset, addr_size); in Dump()
421 s->Address (file_addr, addr_size); in Dump()
436 s->Address (load_addr, addr_size); in Dump()
525 Address cstr_addr(*this); in Dump()
552 Address cfstring_data_addr(*this); in Dump()
746 Address dereferenced_addr; in Dump()
752 s->Address (dereferenced_load_addr, addr_size, " -> ", " "); in Dump()
771 Address::CalculateSymbolContext (SymbolContext *sc, uint32_t resolve_scope) const in CalculateSymbolContext()
791 Address::CalculateSymbolContextModule () const in CalculateSymbolContextModule()
800 Address::CalculateSymbolContextCompileUnit () const in CalculateSymbolContextCompileUnit()
817 Address::CalculateSymbolContextFunction () const in CalculateSymbolContextFunction()
834 Address::CalculateSymbolContextBlock () const in CalculateSymbolContextBlock()
851 Address::CalculateSymbolContextSymbol () const in CalculateSymbolContextSymbol()
868 Address::CalculateSymbolContextLineEntry (LineEntry &line_entry) const in CalculateSymbolContextLineEntry()
890 Address::CompareFileAddress (const Address& a, const Address& b) in CompareFileAddress()
903 Address::CompareLoadAddress (const Address& a, const Address& b, Target *target) in CompareLoadAddress()
916 Address::CompareModulePointerAndOffset (const Address& a, const Address& b) in CompareModulePointerAndOffset()
939 Address::MemorySize () const in MemorySize()
943 return sizeof(Address); in MemorySize()
963 lldb_private::operator< (const Address& lhs, const Address& rhs) in operator <()
983 lldb_private::operator> (const Address& lhs, const Address& rhs) in operator >()
1005 lldb_private::operator== (const Address& a, const Address& rhs) in operator ==()
1013 lldb_private::operator!= (const Address& a, const Address& rhs) in operator !=()
1020 Address::GetAddressClass () const in GetAddressClass()
1037 Address::SetLoadAddress (lldb::addr_t load_addr, Target *target) in SetLoadAddress()