Lines Matching refs:Address
31 #include "lldb/Core/Address.h"
1247 Address &addr = sb_addr.ref();
1256 // We have a load address that isn't in a section, just return an address
1257 // with the offset filled in (the address) and the section set to NULL
1503 SBTarget::BreakpointCreateByAddress (addr_t address)
1512 *sb_bp = target_sp->CreateBreakpoint (address, false);
1517 log->Printf ("SBTarget(%p)::BreakpointCreateByAddress (address=%" PRIu64 ") => SBBreakpoint(%p)", target_sp.get(), (uint64_t) address, sb_bp.get());
2304 Address *addr_ptr = base_addr.get();
2348 Address addr;