Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
DBinaryStreamReader.h217 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size,
/third_party/skia/third_party/externals/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>;
DSymbolRecord.h1000 using CVSymbolArray = VarStreamArray<CVSymbol>;
DTypeRecord.h42 using CVTypeArray = VarStreamArray<CVType>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleList.h89 VarStreamArray<DbiModuleDescriptor> Descriptors;