Home
last modified time | relevance | path

Searched refs:LineNumberEntry (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp32 (sizeof(LineNumberEntry) + (HasColumn ? sizeof(ColumnNumberEntry) : 0)); in operator ()()
83 LineNumberEntry LNE; in addLineInfo()
119 BlockHeader.BlockSize += BlockHeader.NumLines * sizeof(LineNumberEntry); in commit()
141 Size += B.Lines.size() * sizeof(LineNumberEntry); in calculateSerializedSize()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h54 struct LineNumberEntry { struct
67 FixedStreamArray<LineNumberEntry> LineNumbers; argument
112 std::vector<LineNumberEntry> Lines;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp498 for (const LineNumberEntry &LN : Group.LineNumbers) { in findLineTable()
/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp1794 for (const LineNumberEntry &ln : entry.LineNumbers) { in getFileLineCodeView()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1128 for (const LineNumberEntry &entry : group.LineNumbers) { in ParseLineTable()