/external/llvm-project/lldb/unittests/Utility/ |
D | StreamTest.cpp | 40 DumpAddress(s.AsRawOstream(), 0x1, 1, "foo"); in TEST_F() 45 DumpAddress(s.AsRawOstream(), 0x1, 1, nullptr); in TEST_F() 47 DumpAddress(s.AsRawOstream(), 0x1, 1, ""); in TEST_F() 52 DumpAddress(s.AsRawOstream(), 0x1, 1, nullptr, "foo"); in TEST_F() 57 DumpAddress(s.AsRawOstream(), 0x1, 1, nullptr, nullptr); in TEST_F() 59 DumpAddress(s.AsRawOstream(), 0x1, 1, nullptr, ""); in TEST_F() 64 DumpAddress(s.AsRawOstream(), 0x1, 1, "foo", "bar"); in TEST_F() 69 DumpAddress(s.AsRawOstream(), 0x0, 0); in TEST_F() 71 DumpAddress(s.AsRawOstream(), 0x1, 0); in TEST_F() 74 DumpAddress(s.AsRawOstream(), 0x1, 1); in TEST_F() [all …]
|
/external/llvm-project/lldb/source/Target/ |
D | ThreadPlanStepInstruction.cpp | 69 DumpAddress(s->AsRawOstream(), m_instruction_addr, sizeof(addr_t)); in GetDescription() 187 DumpAddress(s.AsRawOstream(), stop_addr, in ShouldStop() 191 DumpAddress(s.AsRawOstream(), return_addr, in ShouldStop()
|
D | ThreadPlanRunToAddress.cpp | 99 DumpAddress(s->AsRawOstream(), m_addresses[i], sizeof(addr_t)); in GetDescription() 118 DumpAddress(s->AsRawOstream(), m_addresses[i], sizeof(addr_t)); in GetDescription() 145 DumpAddress(error->AsRawOstream(), m_addresses[i], sizeof(addr_t)); in ValidatePlan()
|
D | ThreadPlanStepThrough.cpp | 120 DumpAddress(s->AsRawOstream(), m_start_address, sizeof(addr_t)); in GetDescription() 124 DumpAddress(s->AsRawOstream(), m_backstop_addr, sizeof(addr_t)); in GetDescription()
|
D | ThreadPlanStepOverRange.cpp | 132 DumpAddress(s.AsRawOstream(), thread.GetRegisterContext()->GetPC(), in ShouldStop()
|
D | ThreadPlanStepInRange.cpp | 132 DumpAddress(s.AsRawOstream(), GetThread().GetRegisterContext()->GetPC(), in ShouldStop()
|
/external/llvm-project/lldb/source/Utility/ |
D | Stream.cpp | 81 void lldb_private::DumpAddress(llvm::raw_ostream &s, uint64_t addr, in DumpAddress() function in lldb_private 98 DumpAddress(s, lo_addr, addr_size, "["); in DumpAddressRange() 99 DumpAddress(s, hi_addr, addr_size, "-", ")"); in DumpAddressRange()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFFormValue.cpp | 338 DumpAddress(s.AsRawOstream(), uvalue, sizeof(uint64_t)); in Dump() 414 DumpAddress(s.AsRawOstream(), uvalue, sizeof(uint64_t) * 2); in Dump() 416 DumpAddress(s.AsRawOstream(), uvalue, in Dump()
|
D | DWARFDebugRanges.cpp | 98 DumpAddress(s.AsRawOstream(), base_addr, sizeof(dw_addr_t), in Dump()
|
/external/llvm-project/lldb/source/Core/ |
D | Address.cpp | 421 DumpAddress(s->AsRawOstream(), m_offset, addr_size); in Dump() 427 DumpAddress(s->AsRawOstream(), m_offset, addr_size); in Dump() 447 DumpAddress(s->AsRawOstream(), file_addr, addr_size); in Dump() 475 DumpAddress(s->AsRawOstream(), load_addr, addr_size); in Dump() 757 DumpAddress(s->AsRawOstream(), dereferenced_load_addr, addr_size, in Dump()
|
D | AddressRange.cpp | 164 DumpAddress(s->AsRawOstream(), m_base_addr.GetOffset() + GetByteSize(), in Dump()
|
D | DumpDataExtractor.cpp | 436 DumpAddress(s->AsRawOstream(), in DumpDataExtractor()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | Stream.h | 434 void DumpAddress(llvm::raw_ostream &s, uint64_t addr, uint32_t addr_size,
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectTarget.cpp | 1470 static void DumpAddress(ExecutionContextScope *exe_scope, in DumpAddress() function 1512 DumpAddress(exe_scope, so_addr, verbose, strm); in LookupAddressInModule() 1575 DumpAddress( in LookupSymbolInModule() 1599 DumpAddress(exe_scope, range.GetBaseAddress(), verbose, strm); in DumpSymbolContextList()
|