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 =
1093 llvm::DWARFDebugLine::Prologue prologue; in ParseSupportFiles()
1137 llvm::DWARFDebugLine::Prologue prologue; in GetTypeUnitSupportFiles()
1232 llvm::DWARFDebugLine line; in ParseLineTable()
1233 const llvm::DWARFDebugLine::LineTable *line_table = in ParseLineTable()
1245 for (const llvm::DWARFDebugLine::Sequence &seq : line_table->Sequences) { in ParseLineTable()
1255 const llvm::DWARFDebugLine::Row &row = line_table->Rows[idx]; in ParseLineTable()