Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/DebugInfo/CodeView/
DStreamArray.h77 class VarStreamArray {
83 VarStreamArray() {} in VarStreamArray() function
84 explicit VarStreamArray(const Extractor &E) : E(E) {} in VarStreamArray() function
86 explicit VarStreamArray(StreamRef Stream) : Stream(Stream) {} in VarStreamArray() function
87 VarStreamArray(StreamRef Stream, const Extractor &E) : Stream(Stream), E(E) {} in VarStreamArray() function
89 VarStreamArray(const VarStreamArray<ValueType, Extractor> &Other) in VarStreamArray() function
109 typedef VarStreamArray<ValueType, Extractor> ArrayType;
DStreamReader.h74 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size) { in readArray()
78 Array = VarStreamArray<T, U>(S, Array.getExtractor()); in readArray()
DModuleSubstreamVisitor.h90 typedef VarStreamArray<LineColumnEntry> LineInfoArray;
91 typedef VarStreamArray<FileChecksumEntry> FileChecksumArray;
DModuleSubstream.h83 typedef VarStreamArray<ModuleSubstream> ModuleSubstreamArray;
DStreamWriter.h66 Error writeArray(VarStreamArray<T, U> Array) { in writeArray()
/external/llvm-project/llvm/include/llvm/Support/
DBinaryStreamArray.h89 class VarStreamArray {
95 VarStreamArray() = default;
97 explicit VarStreamArray(const Extractor &E) : E(E) {} in VarStreamArray() function
99 explicit VarStreamArray(BinaryStreamRef Stream, uint32_t Skew = 0)
102 VarStreamArray(BinaryStreamRef Stream, const Extractor &E, uint32_t Skew = 0)
116 VarStreamArray<ValueType, Extractor> substream(uint32_t Begin, in substream()
155 typedef VarStreamArray<ValueType, Extractor> ArrayType;
DBinaryStreamWriter.h168 Error writeArray(VarStreamArray<T, U> Array) { in writeArray()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamArray.h88 class VarStreamArray {
94 VarStreamArray() = default;
96 explicit VarStreamArray(const Extractor &E) : E(E) {} in VarStreamArray() function
98 explicit VarStreamArray(BinaryStreamRef Stream, uint32_t Skew = 0)
101 VarStreamArray(BinaryStreamRef Stream, const Extractor &E, uint32_t Skew = 0)
115 VarStreamArray<ValueType, Extractor> substream(uint32_t Begin, in substream()
154 typedef VarStreamArray<ValueType, Extractor> ArrayType;
DBinaryStreamWriter.h168 Error writeArray(VarStreamArray<T, U> Array) { in writeArray()
/external/llvm-project/clang/test/Modules/Inputs/PR28812/
DTextual.h4 template <typename ValueType> struct VarStreamArray;
7 VarStreamArrayIterator(VarStreamArray<ValueType>) {} in VarStreamArrayIterator()
/external/llvm-project/clang/test/Modules/
Dpr28812.cpp8 struct VarStreamArray { struct
18 VarStreamArray<int> a; argument
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCVRecord.h127 using CVSymbolArray = VarStreamArray<CVSymbol>;
128 using CVTypeArray = VarStreamArray<CVType>;
DDebugSubsectionRecord.h89 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
DDebugCrossImpSubsection.h48 using ReferenceArray = VarStreamArray<CrossModuleImportItem>;
DDebugChecksumsSubsection.h50 using FileChecksumArray = VarStreamArray<codeview::FileChecksumEntry>;
DDebugInlineeLinesSubsection.h62 using LinesArray = VarStreamArray<InlineeSourceLine>;
DDebugLinesSubsection.h81 using LineInfoArray = VarStreamArray<LineColumnEntry, LineColumnExtractor>;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsectionRecord.h96 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
DDebugCrossImpSubsection.h48 using ReferenceArray = VarStreamArray<CrossModuleImportItem>;
DDebugChecksumsSubsection.h50 using FileChecksumArray = VarStreamArray<codeview::FileChecksumEntry>;
DDebugInlineeLinesSubsection.h62 using LinesArray = VarStreamArray<InlineeSourceLine>;
DDebugLinesSubsection.h81 using LineInfoArray = VarStreamArray<LineColumnEntry, LineColumnExtractor>;
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DRandomAccessVisitorTest.cpp118 GlobalState->TypeArray = VarStreamArray<CVType>(GlobalState->ItemStream); in SetUpTestCase()
167 VarStreamArray<CVType> TypeArray;
377 VarStreamArray<CVType> TypeStream(ItemStream); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleList.h89 VarStreamArray<DbiModuleDescriptor> Descriptors;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleList.h89 VarStreamArray<DbiModuleDescriptor> Descriptors;

12