Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp13 struct SegmentInjection { struct
14 SegmentInjection(TypeLeafKind Kind) { Prefix.RecordKind = Kind; } in SegmentInjection() function
34 static SegmentInjection InjectFieldList(TypeLeafKind::LF_FIELDLIST);
35 static SegmentInjection InjectMethodOverloadList(TypeLeafKind::LF_METHODLIST);
61 const SegmentInjection *FLI = in begin()
67 ArrayRef<uint8_t>(FLIB, FLIB + sizeof(SegmentInjection)); in begin()