Home
last modified time | relevance | path

Searched defs:LineTable (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h229 struct LineTable { struct
233 UnknownRowIndexLineTable global() argument
235 appendRowLineTable appendRow() argument
237 appendSequenceLineTable appendSequence() argument
248 hasFileAtIndexLineTable hasFileAtIndex() argument
252 getLastValidFileIndexLineTable getLastValidFileIndex() argument
261 getFileNameByIndexLineTable getFileNameByIndex() argument
310 SequencesLineTable global() argument
413 struct LineTable *LineTable; global() member
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h161 struct LineTable { global() struct
175 OpcodesLineTable global() argument
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h29 Error emit(const DWARFDebugLine::LineTable &LineTable) { in emit() argument
295 void emitLineTableRows(const DWARFDebugLine::LineTable &LineTable, in emitLineTableRows() argument
[all...]
H A DDWARFLinkerTypeUnit.h116 DWARFDebugLine::LineTable LineTable; variable
H A DDWARFLinkerCompileUnit.cpp1697 if (const DWARFDebugLine::LineTable *LineTable = getDirAndFilenameFromLineTable() local
[all...]
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.cpp197 const DWARFDebugLine::LineTable &LineTable) { in getResolvedPath()
H A DDWARFStreamer.cpp1038 const DWARFDebugLine::LineTable &LineTable, MCSymbol *LineEndSym, in emitLineTableRows() argument
810 emitLineTableForUnit(const DWARFDebugLine::LineTable & LineTable,const CompileUnit & Unit,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool) emitLineTableForUnit() argument
[all...]
H A DDWARFLinker.cpp2129 DWARFDebugLine::LineTable LineTable; generateLineTableForUnit() local
[all...]
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DVTuneSharedStructs.h32 VTuneLineTable LineTable; member
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolCache.h90 mutable DenseMap<uint16_t, std::vector<LineTableEntry>> LineTable; variable
/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp21 LineTable::LineTable(CompileUnit *comp_unit) in LineTable() function in LineTable
24 LineTable::LineTable(CompileUnit *comp_unit, in LineTable() function in LineTable
[all...]
/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp263 mapping(IO & IO,DWARFYAML::LineTable & LineTable) mapping() argument
[all...]
H A DDWARFEmitter.cpp571 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { emitDebugLine() local
[all...]
/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp170 DWARFDebugLine::LineTable LineTable; startSynthesis() local
/llvm-project/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp443 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections() local
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp32 const DWARFDebugLine::LineTable *LineTable; global() member
[all...]
/llvm-project/bolt/lib/Core/
H A DBinaryContext.cpp1576 const DWARFDebugLine::LineTable *LineTable = addDebugFilenameToUnit() local
1749 const DWARFDebugLine::LineTable *LineTable = preprocessDebugInfo() local
1924 const DWARFDebugLine::LineTable *LineTable; printDebugInfo() local
[all...]
H A DBinaryEmitter.cpp1081 const DWARFDebugLine::LineTable *LineTable = Function.getDWARFLineTable(); emitDebugLineInfoForOriginalFunctions() local
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp942 auto LineTable = DCtx.getLineTableForUnit(CU.get()); verifyDebugLineStmtOffsets() local
981 auto LineTable = DCtx.getLineTableForUnit(CU.get()); verifyDebugLineRows() local
[all...]
H A DDWARFContext.cpp1744 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress() local
1796 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local
1832 const DWARFLineTable *LineTable = nullptr; getInliningInfoForAddress() local
[all...]
H A DDWARFDebugLine.cpp537 DWARFDebugLine::LineTable::LineTable() { clear(); } LineTable() function in DWARFDebugLine::LineTable
[all...]
/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp905 const auto *LineTable = DICtx.getLineTableForUnit(CU.get()); in collectStatsForObjectFile() local
/llvm-project/llvm/lib/MC/
H A DMCContext.cpp998 const MCDwarfLineTable &LineTable = getMCDwarfLineTable(CUID); isValidDwarfFileNumber() local
/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h774 std::unique_ptr<LineTableInfo> LineTable; variable
/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h121 class LineTable; variable

12