Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h54 struct LineNumberEntry { struct
67 FixedStreamArray<LineNumberEntry> LineNumbers; argument
112 std::vector<LineNumberEntry> Lines;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h178 Error createLines(const FixedStreamArray<LineNumberEntry> &LineNumbers,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp286 const FixedStreamArray<LineNumberEntry> &LineNumbers, LVAddress Addendum,
294 for (const LineNumberEntry &Line : LineNumbers) { in createLines()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp498 for (const LineNumberEntry &LN : Group.LineNumbers) { in findLineTable()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1846 for (const LineNumberEntry &ln : entry.LineNumbers) { in getFileLineCodeView()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1227 for (const LineNumberEntry &entry : group.LineNumbers) { in ParseLineTable()