Home
last modified time | relevance | path

Searched refs:LineFragmentHeader (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h31 struct LineFragmentHeader { struct
75 const LineFragmentHeader *Header = nullptr;
96 const LineFragmentHeader *header() const { return Header; } in header()
101 const LineFragmentHeader *Header = nullptr;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp104 LineFragmentHeader Header; in commit()
138 uint32_t Size = sizeof(LineFragmentHeader); in calculateSerializedSize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1013 const LineFragmentHeader &block, in AppendLineEntryToSequence()
1034 const LineFragmentHeader &block, in TerminateLineSequence()
1073 const LineFragmentHeader *lfh = lines.header(); in ParseLineTable()