Lines Matching refs:LineEntry
16 LineEntry::LineEntry() in LineEntry() function in LineEntry
22 void LineEntry::Clear() { in Clear()
35 bool LineEntry::IsValid() const { in IsValid()
39 bool LineEntry::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext()
60 bool LineEntry::Dump(Stream *s, Target *target, bool show_file, in Dump()
95 bool LineEntry::GetDescription(Stream *s, lldb::DescriptionLevel level, in GetDescription()
143 bool lldb_private::operator<(const LineEntry &a, const LineEntry &b) { in operator <()
144 return LineEntry::Compare(a, b) < 0; in operator <()
147 int LineEntry::Compare(const LineEntry &a, const LineEntry &b) { in Compare()
182 AddressRange LineEntry::GetSameLineContiguousAddressRange( in GetSameLineContiguousAddressRange()
244 void LineEntry::ApplyFileMappings(lldb::TargetSP target_sp) { in ApplyFileMappings()