#include "lldb/Symbol/LineEntry.h"
#include "lldb/Symbol/CompileUnit.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/Target.h"
usingnamespacelldb_private;
LineEntry::LineEntry()
: … { … }
void LineEntry::Clear() { … }
bool LineEntry::IsValid() const { … }
bool LineEntry::DumpStopContext(Stream *s, bool show_fullpaths) const { … }
bool LineEntry::Dump(Stream *s, Target *target, bool show_file,
Address::DumpStyle style,
Address::DumpStyle fallback_style, bool show_range) const { … }
bool LineEntry::GetDescription(Stream *s, lldb::DescriptionLevel level,
CompileUnit *cu, Target *target,
bool show_address_only) const { … }
bool lldb_private::operator<(const LineEntry &a, const LineEntry &b) { … }
int LineEntry::Compare(const LineEntry &a, const LineEntry &b) { … }
AddressRange LineEntry::GetSameLineContiguousAddressRange(
bool include_inlined_functions) const { … }
void LineEntry::ApplyFileMappings(lldb::TargetSP target_sp) { … }