Searched defs:FixedStreamArray (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
H A DStreamArray.h198 template <typename T> class FixedStreamArray { class in namespace:llvm::codeview
202 FixedStreamArray() : Stream() {} function in class:llvm::codeview::FixedStreamArray
203 FixedStreamArray(StreamRef Stream) : Stream(Stream) { function in class:llvm::codeview::FixedStreamArray
237 FixedStreamArrayIterator(const FixedStreamArray<T> &Array, uint32_t Index)
264 const FixedStreamArray<T> &Array;

Completed in 118 milliseconds