Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DStreamArray.h202 FixedStreamArray() : Stream() {} in FixedStreamArray() function
203 FixedStreamArray(StreamRef Stream) : Stream(Stream) { in FixedStreamArray() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamArray.h265 explicit FixedStreamArray(BinaryStreamRef Stream) : Stream(Stream) { in FixedStreamArray() function
/external/llvm-project/llvm/include/llvm/Support/
DBinaryStreamArray.h266 explicit FixedStreamArray(BinaryStreamRef Stream) : Stream(Stream) { in FixedStreamArray() function
/external/llvm-project/llvm/unittests/Support/
DBinaryStreamTest.cpp416 TEST_F(BinaryStreamTest, FixedStreamArray) { in TEST_F() argument