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.h55 struct LineNumberEntry { struct
68 FixedStreamArray<LineNumberEntry> LineNumbers; argument
113 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.cpp281 const FixedStreamArray<LineNumberEntry> &LineNumbers, LVAddress Addendum, in createLines()
289 for (const LineNumberEntry &Line : LineNumbers) { in createLines()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp502 for (const LineNumberEntry &LN : Group.LineNumbers) { in findLineTable()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1853 for (const LineNumberEntry &ln : entry.LineNumbers) { in getFileLineCodeView()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1224 for (const LineNumberEntry &entry : group.LineNumbers) { in ParseLineTable()