Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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)
119 VarStreamArray<ValueType, Extractor> substream(uint32_t Begin, in substream()
158 typedef VarStreamArray<ValueType, Extractor> ArrayType;
H A DBinaryStreamWriter.h168 Error writeArray(VarStreamArray<T, U> Array) { in writeArray()
H A DBinaryStreamReader.h217 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCVRecord.h127 using CVSymbolArray = VarStreamArray<CVSymbol>;
128 using CVTypeArray = VarStreamArray<CVType>;
H A DDebugSubsectionRecord.h89 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
H A DDebugCrossImpSubsection.h48 using ReferenceArray = VarStreamArray<CrossModuleImportItem>;
H A DDebugChecksumsSubsection.h50 using FileChecksumArray = VarStreamArray<codeview::FileChecksumEntry>;
H A DDebugInlineeLinesSubsection.h62 using LinesArray = VarStreamArray<InlineeSourceLine>;
H A DDebugLinesSubsection.h81 using LineInfoArray = VarStreamArray<LineColumnEntry, LineColumnExtractor>;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h89 VarStreamArray<DbiModuleDescriptor> Descriptors;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp359 VarStreamArray<DbiModuleDescriptor> ModuleDescriptors; in explainDbiModiSubstreamOffset()