Lines Matching refs:LineEntry
16 LineEntry::LineEntry() in LineEntry() function in LineEntry
20 void LineEntry::Clear() { in Clear()
33 bool LineEntry::IsValid() const { in IsValid()
37 bool LineEntry::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext()
57 bool LineEntry::Dump(Stream *s, Target *target, bool show_file, in Dump()
92 bool LineEntry::GetDescription(Stream *s, lldb::DescriptionLevel level, in GetDescription()
140 bool lldb_private::operator<(const LineEntry &a, const LineEntry &b) { in operator <()
141 return LineEntry::Compare(a, b) < 0; in operator <()
144 int LineEntry::Compare(const LineEntry &a, const LineEntry &b) { in Compare()
179 AddressRange LineEntry::GetSameLineContiguousAddressRange( in GetSameLineContiguousAddressRange()
240 void LineEntry::ApplyFileMappings(lldb::TargetSP target_sp) { in ApplyFileMappings()