Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DContinuationRecordBuilder.cpp153 uint32_t OffBegin, uint32_t OffEnd, Optional<TypeIndex> RefersTo) { in createSegmentRecord() argument
154 assert(OffEnd - OffBegin <= USHRT_MAX); in createSegmentRecord()
157 Data = Data.slice(OffBegin, OffEnd - OffBegin); in createSegmentRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DContinuationRecordBuilder.h46 CVType createSegmentRecord(uint32_t OffBegin, uint32_t OffEnd,