Searched defs:LineTable (Results 1 – 8 of 8) sorted by relevance
127 struct LineTable { struct140 std::vector<LineTableOpcode> Opcodes; argument156 std::vector<LineTable> DebugLines; argument
238 struct LineTable { struct242 const uint32_t UnknownRowIndex = UINT32_MAX;244 void appendRow(const DWARFDebugLine::Row &R) { Rows.push_back(R); } in appendRow()246 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence()257 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex()266 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex()310 const LineTable *getLineTable(uint64_t Offset) const; argument377 struct LineTable *LineTable; member
149 IO &IO, DWARFYAML::LineTable &LineTable) { in mapping()
213 for (const auto &LineTable : DI.DebugLines) { in EmitDebugLine() local
473 DWARFDebugLine::LineTable LineTable = in dump() local1170 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress() local1201 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local1235 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
670 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() local705 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows() local
425 DWARFDebugLine::LineTable::LineTable() { clear(); } in LineTable() function in DWARFDebugLine::LineTable
664 const MCDwarfLineTable &LineTable = getMCDwarfLineTable(CUID); in isValidDwarfFileNumber() local