Home
last modified time | relevance | path

Searched refs:OffBegin (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
151 assert(OffEnd - OffBegin <= USHRT_MAX); in createSegmentRecord()
154 Data = Data.slice(OffBegin, OffEnd - OffBegin); in createSegmentRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DContinuationRecordBuilder.h37 CVType createSegmentRecord(uint32_t OffBegin, uint32_t OffEnd,