Lines Matching refs:LineEntry
16 LineEntry::LineEntry() in LineEntry() function in LineEntry
20 LineEntry::LineEntry(const lldb::SectionSP §ion_sp, in LineEntry() function in LineEntry
33 void LineEntry::Clear() { in Clear()
46 bool LineEntry::IsValid() const { in IsValid()
50 bool LineEntry::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext()
70 bool LineEntry::Dump(Stream *s, Target *target, bool show_file, in Dump()
105 bool LineEntry::GetDescription(Stream *s, lldb::DescriptionLevel level, in GetDescription()
153 bool lldb_private::operator<(const LineEntry &a, const LineEntry &b) { in operator <()
154 return LineEntry::Compare(a, b) < 0; in operator <()
157 int LineEntry::Compare(const LineEntry &a, const LineEntry &b) { in Compare()
192 AddressRange LineEntry::GetSameLineContiguousAddressRange( in GetSameLineContiguousAddressRange()
253 void LineEntry::ApplyFileMappings(lldb::TargetSP target_sp) { in ApplyFileMappings()