Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp150 uint32_t OffBegin, uint32_t OffEnd, std::optional<TypeIndex> RefersTo) { in createSegmentRecord() argument
161 if (RefersTo) { in createSegmentRecord()
167 CR->IndexRef = RefersTo->getIndex(); in createSegmentRecord()
231 std::optional<TypeIndex> RefersTo; in end() local
233 Types.push_back(createSegmentRecord(Offset, End, RefersTo)); in end()
236 RefersTo = Index++; in end()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DContinuationRecordBuilder.h38 std::optional<TypeIndex> RefersTo);