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

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

Completed in 53 milliseconds