Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDBinaryStreamArray.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)
121 VarStreamArray<ValueType, Extractor> substream(uint32_t Begin, in substream()
160 typedef VarStreamArray<ValueType, Extractor> ArrayType;
HDBinaryStreamWriter.h161 Error writeArray(VarStreamArray<T, U> Array) { in writeArray()
HDBinaryStreamReader.h208 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDCVRecord.h126 using CVSymbolArray = VarStreamArray<CVSymbol>;
127 using CVTypeArray = VarStreamArray<CVType>;
HDDebugSubsectionRecord.h89 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
HDDebugCrossImpSubsection.h49 using ReferenceArray = VarStreamArray<CrossModuleImportItem>;
HDDebugChecksumsSubsection.h52 using FileChecksumArray = VarStreamArray<codeview::FileChecksumEntry>;
HDDebugInlineeLinesSubsection.h61 using LinesArray = VarStreamArray<InlineeSourceLine>;
HDDebugLinesSubsection.h82 using LineInfoArray = VarStreamArray<LineColumnEntry, LineColumnExtractor>;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDDbiModuleList.h87 VarStreamArray<DbiModuleDescriptor> Descriptors;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDExplainOutputStyle.cpp361 VarStreamArray<DbiModuleDescriptor> ModuleDescriptors; in explainDbiModiSubstreamOffset()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewReader.cpp143 VarStreamArray<FileChecksumEntry>::Iterator Iter = in getFileNameForFileOffset()