Searched refs:VarStreamArray (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | BinaryStreamArray.h | 89 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;
|
| H A D | BinaryStreamWriter.h | 155 Error writeArray(VarStreamArray<T, U> Array) { in writeArray()
|
| H A D | BinaryStreamReader.h | 206 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size,
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugInlineeLinesSubsection.h | 63 using LinesArray = VarStreamArray<InlineeSourceLine>; 81 VarStreamArray<InlineeSourceLine> Lines;
|
| H A D | DebugSubsectionRecord.h | 97 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
|
| H A D | DebugCrossImpSubsection.h | 49 using ReferenceArray = VarStreamArray<CrossModuleImportItem>;
|
| H A D | DebugChecksumsSubsection.h | 51 using FileChecksumArray = VarStreamArray<codeview::FileChecksumEntry>;
|
| H A D | DebugLinesSubsection.h | 82 using LineInfoArray = VarStreamArray<LineColumnEntry, LineColumnExtractor>;
|
| H A D | SymbolRecord.h | 988 using CVSymbolArray = VarStreamArray<CVSymbol>;
|
| H A D | TypeRecord.h | 43 using CVTypeArray = VarStreamArray<CVType>;
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.h | 89 VarStreamArray<DbiModuleDescriptor> Descriptors;
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | ExplainOutputStyle.cpp | 360 VarStreamArray<DbiModuleDescriptor> ModuleDescriptors; in explainDbiModiSubstreamOffset()
|