Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h32 struct LineFragmentHeader { struct
76 const LineFragmentHeader *Header = nullptr;
97 const LineFragmentHeader *header() const { return Header; } in header()
102 const LineFragmentHeader *Header = nullptr;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp105 LineFragmentHeader Header; in commit()
139 uint32_t Size = sizeof(LineFragmentHeader); in calculateSerializedSize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1001 const LineFragmentHeader &block, in AppendLineEntryToSequence()
1022 const LineFragmentHeader &block, in TerminateLineSequence()
1060 const LineFragmentHeader *lfh = lines.header(); in ParseLineTable()