Searched refs:getLineTableForUnit (Results 1 – 14 of 14) sorted by relevance
83 getLineTableForUnit(DWARFUnit *U,347 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U);352 getLineTableForUnit(DWARFUnit *U,
397 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { in getLineTableForUnit() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState674 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { in getLineTableForUnit() function in __anonfc0a132e0411::ThreadSafeState676 return ThreadUnsafeDWARFContextState::getLineTableForUnit(U, RecoverableErrorHandler); in getLineTableForUnit()1485 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext1487 getLineTableForUnit(U, WarningHandler); in getLineTableForUnit()1495 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit() function in DWARFContext1497 return State->getLineTableForUnit(U, RecoverableErrorHandler); in getLineTableForUnit()1696 if (const auto *LT = CU->getContext().getLineTableForUnit(CU)) in addLocalsForDie()1743 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress()1795 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()[all …]
808 const auto *LT = U->getContext().getLineTableForUnit(U); in verifyDebugInfoAttribute()978 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets()1016 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows()
762 if (auto *LT = DLU->getContext().getLineTableForUnit(DLU)) { in getAsFile()
135 if (const auto *LT = U->getContext().getLineTableForUnit(U)) { in dumpAttribute()
24 dwarf->getLineTableForUnit(cu.get(), report); in DWARFCache()
696 CU->getContext().getLineTableForUnit(CU.get())) { in createScopes()762 createLineAndFileRecords(DwarfContext->getLineTableForUnit(CU.get())); in createScopes()
250 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in constructDieID()907 const auto *LineTable = DICtx.getLineTableForUnit(CU.get()); in collectStatsForObjectFile()
619 const DWARFDebugLine::LineTable *LT = DICtx.getLineTableForUnit(CU.get()); in collectObjectSources()
71 LineTablePtr = File.Dwarf->getLineTableForUnit(&getOrigUnit()); in loadLineTable()1515 getContaingFile().Dwarf->getLineTableForUnit(&getOrigUnit()); in cloneAndEmitLineTable()1692 getOrigUnit().getContext().getLineTableForUnit(&getOrigUnit())) { in getDirAndFilenameFromLineTable()
36 LineTable = DICtx.getLineTableForUnit(CU); in CUInfo()
2184 ObjFile.Dwarf->getLineTableForUnit(&Unit.getOrigUnit())) { in generateLineTableForUnit()