LLDB mainline
lldb_private::Disassembler::SourceLine Struct Reference

#include <Disassembler.h>

Public Member Functions

 SourceLine ()=default
bool operator== (const SourceLine &rhs) const
bool operator!= (const SourceLine &rhs) const
bool IsValid () const

Public Attributes

FileSpec file
uint32_t line = LLDB_INVALID_LINE_NUMBER
uint32_t column = 0

Detailed Description

Definition at line 495 of file Disassembler.h.

Constructor & Destructor Documentation

◆ SourceLine()

lldb_private::Disassembler::SourceLine::SourceLine ( )
default

Referenced by operator!=(), and operator==().

Member Function Documentation

◆ IsValid()

bool lldb_private::Disassembler::SourceLine::IsValid ( ) const
inline

◆ operator!=()

bool lldb_private::Disassembler::SourceLine::operator!= ( const SourceLine & rhs) const
inline

Definition at line 506 of file Disassembler.h.

References column, file, line, and SourceLine().

◆ operator==()

bool lldb_private::Disassembler::SourceLine::operator== ( const SourceLine & rhs) const
inline

Definition at line 502 of file Disassembler.h.

References column, file, line, and SourceLine().

Member Data Documentation

◆ column

◆ file

◆ line


The documentation for this struct was generated from the following file: