Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp150 uint32_t OffBegin, uint32_t OffEnd, Optional<TypeIndex> RefersTo) { in createSegmentRecord() argument
151 assert(OffEnd - OffBegin <= USHRT_MAX); in createSegmentRecord()
154 Data = Data.slice(OffBegin, OffEnd - OffBegin); in createSegmentRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DContinuationRecordBuilder.h44 CVType createSegmentRecord(uint32_t OffBegin, uint32_t OffEnd,