Home
last modified time | relevance | path

Searched refs:SectionWasDeleted (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DAddress.h498 bool SectionWasDeleted() const;
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp267 if (bp_loc->GetAddress().SectionWasDeleted()) { in RemoveInvalidLocations()
H A DBreakpoint.cpp526 if (section_addr.SectionWasDeleted()) { in ModulesChanged()
/llvm-project-15.0.7/lldb/source/Core/
H A DAddress.cpp805 bool Address::SectionWasDeleted() const { in SectionWasDeleted() function in Address