Lines Matching refs:LineEntry
17 LineEntry::LineEntry() in LineEntry() function in LineEntry
22 LineEntry::LineEntry(const lldb::SectionSP §ion_sp, in LineEntry() function in LineEntry
35 void LineEntry::Clear() { in Clear()
48 bool LineEntry::IsValid() const { in IsValid()
52 bool LineEntry::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext()
72 bool LineEntry::Dump(Stream *s, Target *target, bool show_file, in Dump()
107 bool LineEntry::GetDescription(Stream *s, lldb::DescriptionLevel level, in GetDescription()
155 bool lldb_private::operator<(const LineEntry &a, const LineEntry &b) { in operator <()
156 return LineEntry::Compare(a, b) < 0; in operator <()
159 int LineEntry::Compare(const LineEntry &a, const LineEntry &b) { in Compare()
194 AddressRange LineEntry::GetSameLineContiguousAddressRange() const { in GetSameLineContiguousAddressRange()
233 void LineEntry::ApplyFileMappings(lldb::TargetSP target_sp) { in ApplyFileMappings()