Home
last modified time | relevance | path

Searched refs:VarStreamArray (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DBinaryStreamArray.h92 class VarStreamArray {
98 VarStreamArray() = default;
100 explicit VarStreamArray(const Extractor &E) : E(E) {} in VarStreamArray() function
102 explicit VarStreamArray(BinaryStreamRef Stream, uint32_t Skew = 0)
105 VarStreamArray(BinaryStreamRef Stream, const Extractor &E, uint32_t Skew = 0)
121 VarStreamArray<ValueType, Extractor> substream(uint32_t Begin, in substream()
160 typedef VarStreamArray<ValueType, Extractor> ArrayType;
H A DBinaryStreamWriter.h162 Error writeArray(VarStreamArray<T, U> Array) { in writeArray()
H A DBinaryStreamReader.h210 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size,
/llvm-project-15.0.7/clang/test/Modules/Inputs/PR28812/
H A DTextual.h4 template <typename ValueType> struct VarStreamArray;
7 VarStreamArrayIterator(VarStreamArray<ValueType>) {} in VarStreamArrayIterator()
/llvm-project-15.0.7/clang/test/Modules/
H A Dpr28812.cpp8 struct VarStreamArray { struct
18 VarStreamArray<int> a; argument
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCVRecord.h126 using CVSymbolArray = VarStreamArray<CVSymbol>;
127 using CVTypeArray = VarStreamArray<CVType>;
H A DDebugSubsectionRecord.h89 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
H A DDebugCrossImpSubsection.h49 using ReferenceArray = VarStreamArray<CrossModuleImportItem>;
H A DDebugChecksumsSubsection.h52 using FileChecksumArray = VarStreamArray<codeview::FileChecksumEntry>;
H A DDebugInlineeLinesSubsection.h61 using LinesArray = VarStreamArray<InlineeSourceLine>;
H A DDebugLinesSubsection.h82 using LineInfoArray = VarStreamArray<LineColumnEntry, LineColumnExtractor>;
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DRandomAccessVisitorTest.cpp118 GlobalState->TypeArray = VarStreamArray<CVType>(GlobalState->ItemStream); in SetUpTestCase()
167 VarStreamArray<CVType> TypeArray;
377 VarStreamArray<CVType> TypeStream(ItemStream); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h87 VarStreamArray<DbiModuleDescriptor> Descriptors;
/llvm-project-15.0.7/llvm/unittests/Support/
H A DBinaryStreamTest.cpp460 TEST_F(BinaryStreamTest, VarStreamArray) { in TEST_F() argument
491 VarStreamArray<StringRef, StringExtractor> Array(*Stream.Input); in TEST_F()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp362 VarStreamArray<DbiModuleDescriptor> ModuleDescriptors; in explainDbiModiSubstreamOffset()