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/ |
| D | BinaryStreamArray.h | 88 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;
|
| D | BinaryStreamWriter.h | 168 Error writeArray(VarStreamArray<T, U> Array) { in writeArray()
|
| D | BinaryStreamReader.h | 217 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/ |
| D | DebugSubsectionRecord.h | 96 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
|
| D | DebugCrossImpSubsection.h | 48 using ReferenceArray = VarStreamArray<CrossModuleImportItem>;
|
| D | DebugChecksumsSubsection.h | 50 using FileChecksumArray = VarStreamArray<codeview::FileChecksumEntry>;
|
| D | DebugInlineeLinesSubsection.h | 62 using LinesArray = VarStreamArray<InlineeSourceLine>;
|
| D | DebugLinesSubsection.h | 81 using LineInfoArray = VarStreamArray<LineColumnEntry, LineColumnExtractor>;
|
| D | SymbolRecord.h | 1000 using CVSymbolArray = VarStreamArray<CVSymbol>;
|
| D | TypeRecord.h | 42 using CVTypeArray = VarStreamArray<CVType>;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | DbiModuleList.h | 89 VarStreamArray<DbiModuleDescriptor> Descriptors;
|