Searched refs:VarStreamArray (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | BinaryStreamArray.h | 92 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 D | BinaryStreamWriter.h | 168 Error writeArray(VarStreamArray<T, U> Array) { in writeArray()
|
H A D | BinaryStreamReader.h | 217 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size,
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CVRecord.h | 127 using CVSymbolArray = VarStreamArray<CVSymbol>; 128 using CVTypeArray = VarStreamArray<CVType>;
|
H A D | DebugSubsectionRecord.h | 89 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
|
H A D | DebugCrossImpSubsection.h | 48 using ReferenceArray = VarStreamArray<CrossModuleImportItem>;
|
H A D | DebugChecksumsSubsection.h | 50 using FileChecksumArray = VarStreamArray<codeview::FileChecksumEntry>;
|
H A D | DebugInlineeLinesSubsection.h | 62 using LinesArray = VarStreamArray<InlineeSourceLine>;
|
H A D | DebugLinesSubsection.h | 81 using LineInfoArray = VarStreamArray<LineColumnEntry, LineColumnExtractor>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | DbiModuleList.h | 89 VarStreamArray<DbiModuleDescriptor> Descriptors;
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | ExplainOutputStyle.cpp | 359 VarStreamArray<DbiModuleDescriptor> ModuleDescriptors; in explainDbiModiSubstreamOffset()
|