Lines Matching refs:DWARFDebugLine

48 void DWARFDebugLine::ContentTypeTracker::trackContentType(  in trackContentType()
70 DWARFDebugLine::Prologue::Prologue() { clear(); } in Prologue()
72 bool DWARFDebugLine::Prologue::hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex()
82 DWARFDebugLine::Prologue::getLastValidFileIndex() const { in getLastValidFileIndex()
94 const llvm::DWARFDebugLine::FileNameEntry &
95 DWARFDebugLine::Prologue::getFileNameEntry(uint64_t Index) const { in getFileNameEntry()
105 void DWARFDebugLine::Prologue::clear() { in clear()
117 void DWARFDebugLine::Prologue::dump(raw_ostream &OS, in dump()
190 DWARFDebugLine::ContentTypeTracker &ContentTypes, in parseV2DirFileTables()
192 std::vector<DWARFDebugLine::FileNameEntry> &FileNames) { in parseV2DirFileTables()
218 DWARFDebugLine::FileNameEntry FileEntry; in parseV2DirFileTables()
243 DWARFDebugLine::ContentTypeTracker *ContentTypes) { in parseV5EntryFormat()
276 DWARFDebugLine::ContentTypeTracker &ContentTypes, in parseV5DirFileTables()
278 std::vector<DWARFDebugLine::FileNameEntry> &FileNames) { in parseV5DirFileTables()
316 DWARFDebugLine::FileNameEntry FileEntry; in parseV5DirFileTables()
356 uint64_t DWARFDebugLine::Prologue::getLength() const { in getLength()
364 Error DWARFDebugLine::Prologue::parse( in parse()
467 DWARFDebugLine::Row::Row(bool DefaultIsStmt) { reset(DefaultIsStmt); } in Row()
469 void DWARFDebugLine::Row::postAppend() { in postAppend()
476 void DWARFDebugLine::Row::reset(bool DefaultIsStmt) { in reset()
492 void DWARFDebugLine::Row::dumpTableHeader(raw_ostream &OS, unsigned Indent) { in dumpTableHeader()
501 void DWARFDebugLine::Row::dump(raw_ostream &OS) const { in dump()
510 DWARFDebugLine::Sequence::Sequence() { reset(); } in Sequence()
512 void DWARFDebugLine::Sequence::reset() { in reset()
521 DWARFDebugLine::LineTable::LineTable() { clear(); } in LineTable()
523 void DWARFDebugLine::LineTable::dump(raw_ostream &OS, in dump()
540 void DWARFDebugLine::LineTable::clear() { in clear()
546 DWARFDebugLine::ParsingState::ParsingState( in ParsingState()
553 void DWARFDebugLine::ParsingState::resetRowAndSequence() { in resetRowAndSequence()
558 void DWARFDebugLine::ParsingState::appendRowToMatrix() { in appendRowToMatrix()
579 const DWARFDebugLine::LineTable *
580 DWARFDebugLine::getLineTable(uint64_t Offset) const { in getLineTable()
587 Expected<const DWARFDebugLine::LineTable *> DWARFDebugLine::getOrParseLineTable( in getOrParseLineTable()
607 void DWARFDebugLine::clearLineTable(uint64_t Offset) { in clearLineTable()
618 DWARFDebugLine::ParsingState::AddrOpIndexDelta
619 DWARFDebugLine::ParsingState::advanceAddrOpIndex(uint64_t OperationAdvance, in advanceAddrOpIndex()
685 DWARFDebugLine::ParsingState::OpcodeAdvanceResults
686 DWARFDebugLine::ParsingState::advanceForOpcode(uint8_t Opcode, in advanceForOpcode()
716 DWARFDebugLine::ParsingState::SpecialOpcodeDelta
717 DWARFDebugLine::ParsingState::handleSpecialOpcode(uint8_t Opcode, in handleSpecialOpcode()
750 DWARFDebugLine::ParsingState::OpcodeAdvanceResults AddrAdvanceResult = in handleSpecialOpcode()
773 Error DWARFDebugLine::LineTable::parse( in parse()
1272 uint32_t DWARFDebugLine::LineTable::findRowInSeq( in findRowInSeq()
1273 const DWARFDebugLine::Sequence &Seq, in findRowInSeq()
1286 DWARFDebugLine::Row Row; in findRowInSeq()
1293 DWARFDebugLine::Row::orderByAddress) - in findRowInSeq()
1299 uint32_t DWARFDebugLine::LineTable::lookupAddress( in lookupAddress()
1314 uint32_t DWARFDebugLine::LineTable::lookupAddressImpl( in lookupAddressImpl()
1317 DWARFDebugLine::Sequence Sequence; in lookupAddressImpl()
1321 DWARFDebugLine::Sequence::orderByHighPC); in lookupAddressImpl()
1327 bool DWARFDebugLine::LineTable::lookupAddressRange( in lookupAddressRange()
1343 bool DWARFDebugLine::LineTable::lookupAddressRangeImpl( in lookupAddressRangeImpl()
1350 DWARFDebugLine::Sequence Sequence; in lookupAddressRangeImpl()
1355 Sequences, Sequence, DWARFDebugLine::Sequence::orderByHighPC); in lookupAddressRangeImpl()
1365 const DWARFDebugLine::Sequence &CurSeq = *SeqPos; in lookupAddressRangeImpl()
1392 DWARFDebugLine::LineTable::getSourceByIndex(uint64_t FileIndex, in getSourceByIndex()
1410 bool DWARFDebugLine::Prologue::getFileNameByIndex( in getFileNameByIndex()
1463 bool DWARFDebugLine::LineTable::getFileLineInfoForAddress( in getFileLineInfoForAddress()
1481 bool DWARFDebugLine::LineTable::getDirectoryForEntry( in getDirectoryForEntry()
1503 static DWARFDebugLine::SectionParser::LineToUnitMap
1505 DWARFDebugLine::SectionParser::LineToUnitMap LineToUnit; in buildLineToUnitMap()
1513 DWARFDebugLine::SectionParser::SectionParser( in SectionParser()
1522 bool DWARFDebugLine::Prologue::totalLengthIsValid() const { in totalLengthIsValid()
1526 DWARFDebugLine::LineTable DWARFDebugLine::SectionParser::parseNext( in parseNext()
1542 void DWARFDebugLine::SectionParser::skip( in skip()
1556 DWARFUnit *DWARFDebugLine::SectionParser::prepareToParse(uint64_t Offset) { in prepareToParse()
1565 bool DWARFDebugLine::SectionParser::hasValidVersion(uint64_t Offset) { in hasValidVersion()
1580 void DWARFDebugLine::SectionParser::moveToNextTable(uint64_t OldOffset, in moveToNextTable()