reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
50 Address &GetAddress();
83 return LLDB_RECORD_RESULT(SBAddress(&loc_sp->GetAddress()));
tools/lldb/source/Breakpoint/Breakpoint.cpp533 Address section_addr(break_loc_sp->GetAddress()); 594 SectionSP section_sp(break_loc_sp->GetAddress().GetSection()); 668 SectionSP section_sp = break_loc_sp->GetAddress().GetSection(); 712 if (old_loc_sp->GetAddress().CalculateSymbolContext(&old_sc) == 713 new_loc_sp->GetAddress().CalculateSymbolContext(&new_sc)) { 734 bp_loc_sp->GetAddress().CalculateSymbolContext(&old_sc_map[loc_id]); 742 bp_loc_sp->GetAddress().CalculateSymbolContext(&new_sc_map[loc_id]);tools/lldb/source/Breakpoint/BreakpointLocationList.cpp
88 SectionSP section_sp(break_loc->GetAddress().GetSection()); 230 m_address_to_location.erase(to_location_sp->GetAddress()); 233 m_address_to_location[to_location_sp->GetAddress()] = to_location_sp; 242 m_address_to_location.erase(bp_loc_sp->GetAddress()); 257 m_address_to_location.erase(m_locations[idx]->GetAddress()); 268 if (bp_loc->GetAddress().SectionWasDeleted()) { 275 ModuleSP module_sp(bp_loc->GetAddress().GetModule());tools/lldb/source/Core/IOHandler.cpp
3990 if (bp_loc_sp->GetAddress().CalculateSymbolContextLineEntry( 4088 bp_loc_sp->GetAddress().GetFileAddress();tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
223 addr_class = bp_loc_sp->GetAddress().GetAddressClass(); 225 (bp_loc_sp->GetAddress().GetFileAddress() & 1))tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
440 bp_is_thumb = bp_loc_sp->GetAddress().GetAddressClass() ==
tools/lldb/source/Target/Platform.cpp1843 addr_class = bp_loc_sp->GetAddress().GetAddressClass(); 1845 (bp_loc_sp->GetAddress().GetFileAddress() & 1))tools/lldb/source/Target/Process.cpp
1646 Symbol *symbol = owner->GetAddress().CalculateSymbolContextSymbol(); 1664 load_addr = owner->GetAddress().GetOpcodeLoadAddress(&GetTarget()); 1666 load_addr = owner->GetAddress().GetOpcodeLoadAddress(&GetTarget());tools/lldb/tools/lldb-test/lldb-test.cpp
330 Loc->GetAddress().CalculateSymbolContext(&sc); 333 Loc->GetAddress(), false, true, false, true, true);