Lines Matching refs:DWARFDebugLine
146 static const llvm::DWARFDebugLine::LineTable *
147 ParseLLVMLineTable(DWARFContext &context, llvm::DWARFDebugLine &line, in ParseLLVMLineTable()
153 llvm::Expected<const llvm::DWARFDebugLine::LineTable *> line_table = in ParseLLVMLineTable()
170 llvm::DWARFDebugLine::Prologue &prologue, in ParseLLVMLineTablePrologue()
197 GetFileByIndex(const llvm::DWARFDebugLine::Prologue &prologue, size_t idx, in GetFileByIndex()
215 const llvm::DWARFDebugLine::Prologue &prologue, FileSpec::Style style, in ParseSupportFilesFromPrologue()
291 const llvm::DWARFDebugLine::FileNameEntry &file_name_entry =
1100 llvm::DWARFDebugLine::Prologue prologue; in ParseSupportFiles()
1144 llvm::DWARFDebugLine::Prologue prologue; in GetTypeUnitSupportFiles()
1239 llvm::DWARFDebugLine line; in ParseLineTable()
1240 const llvm::DWARFDebugLine::LineTable *line_table = in ParseLineTable()
1252 for (const llvm::DWARFDebugLine::Sequence &seq : line_table->Sequences) { in ParseLineTable()
1262 const llvm::DWARFDebugLine::Row &row = line_table->Rows[idx]; in ParseLineTable()