Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A 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;
H A DBinaryStreamWriter.h155 Error writeArray(VarStreamArray<T, U> Array) { in writeArray()
H A DBinaryStreamReader.h206 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size,
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h63 using LinesArray = VarStreamArray<InlineeSourceLine>;
81 VarStreamArray<InlineeSourceLine> Lines;
H A DDebugSubsectionRecord.h97 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
H A DDebugCrossImpSubsection.h49 using ReferenceArray = VarStreamArray<CrossModuleImportItem>;
H A DDebugChecksumsSubsection.h51 using FileChecksumArray = VarStreamArray<codeview::FileChecksumEntry>;
H A DDebugLinesSubsection.h82 using LineInfoArray = VarStreamArray<LineColumnEntry, LineColumnExtractor>;
H A DSymbolRecord.h988 using CVSymbolArray = VarStreamArray<CVSymbol>;
H A DTypeRecord.h43 using CVTypeArray = VarStreamArray<CVType>;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h89 VarStreamArray<DbiModuleDescriptor> Descriptors;
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp360 VarStreamArray<DbiModuleDescriptor> ModuleDescriptors; in explainDbiModiSubstreamOffset()