Searched refs:LineRecord (Results 1 – 3 of 3) sorted by relevance
159 class LineRecord : public Record {161 static std::optional<LineRecord> parse(llvm::StringRef Line);162 LineRecord(lldb::addr_t Address, lldb::addr_t Size, uint32_t LineNum, in LineRecord() function173 bool operator==(const LineRecord &L, const LineRecord &R);174 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const LineRecord &R);
381 std::optional<LineRecord> LineRecord::parse(llvm::StringRef Line) { in parse() 403 return LineRecord(Address, Size, LineNum, FileNum); in parse() 406 bool breakpad::operator==(const LineRecord &L, const LineRecord &R) { in operator ==() 411 const LineRecord &R) { in operator <<()
214 auto record = LineRecord::parse(*It); in ParseCompileUnitAtIndex()864 auto record = LineRecord::parse(*It); in ParseLineTableAndSupportFiles()