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

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp126 uint32_t SegmentBegin = SegmentOffsets.back(); local
127 (void)SegmentBegin;
128 assert(Offset > SegmentBegin);
129 assert(Offset - SegmentBegin <= MaxSegmentLength);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DGlobPattern.cpp208 const char *P = Pat.data(), *SegmentBegin = nullptr, *S = Str.data(), local
218 SegmentBegin = ++P;
239 if (!SegmentBegin)
243 P = SegmentBegin;

Completed in 60 milliseconds