Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp153 uint32_t OffBegin, uint32_t OffEnd, Optional<TypeIndex> RefersTo) { in createSegmentRecord() argument
169 if (RefersTo.hasValue()) { in createSegmentRecord()
175 CR->IndexRef = RefersTo->getIndex(); in createSegmentRecord()
239 Optional<TypeIndex> RefersTo; in end() local
241 Types.push_back(createSegmentRecord(Offset, End, RefersTo)); in end()
244 RefersTo = Index++; in end()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DContinuationRecordBuilder.h47 Optional<TypeIndex> RefersTo);