Home
last modified time | relevance | path

Searched refs:ByteSpan (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp140 uint32_t ByteSpan = in readLongestContiguousChunk() local
146 Buffer = ArrayRef<uint8_t>(Buffer.data(), ByteSpan); in readLongestContiguousChunk()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp185 uint32_t ByteSpan = BytesFromFirstBlock + (BlockSpan - 1) * BlockSize; in readLongestContiguousChunk() local
193 Buffer = ArrayRef<uint8_t>(BlockData.data(), ByteSpan); in readLongestContiguousChunk()
/external/Microsoft-GSL/include/gsl/
Dmulti_span1734 using ByteSpan = multi_span<byte, Dimensions...>;
1736 (ByteSpan::bounds_type::static_size == dynamic_range ||
1737 ByteSpan::bounds_type::static_size % sizeof(U) == 0),