Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h53 struct LineNumberEntry { struct
66 FixedStreamArray<LineNumberEntry> LineNumbers; argument
111 std::vector<LineNumberEntry> Lines;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp493 for (const LineNumberEntry &LN : Group.LineNumbers) { in findLineTable()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1014 const LineNumberEntry &cur) { in AppendLineEntryToSequence()
1103 for (const LineNumberEntry &entry : group.LineNumbers) { in ParseLineTable()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1794 for (const LineNumberEntry &ln : entry.LineNumbers) { in getFileLineCodeView()