Searched refs:VarStreamArray (Results 1 – 16 of 16) sorted by relevance
| /llvm-project/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) 121 VarStreamArray<ValueType, Extractor> substream(uint32_t Begin, in substream() 160 typedef VarStreamArray<ValueType, Extractor> ArrayType;
|
| H A D | BinaryStreamWriter.h | 161 Error writeArray(VarStreamArray<T, U> Array) { in writeArray()
|
| H A D | BinaryStreamReader.h | 208 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size,
|
| /llvm-project/clang/test/Modules/ |
| H A D | pr28812.cpp | 8 struct VarStreamArray { struct 18 VarStreamArray<int> a; argument
|
| /llvm-project/clang/test/Modules/Inputs/PR28812/ |
| H A D | Textual.h | 4 template <typename ValueType> struct VarStreamArray; 7 VarStreamArrayIterator(VarStreamArray<ValueType>) {} in VarStreamArrayIterator()
|
| /llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CVRecord.h | 126 using CVSymbolArray = VarStreamArray<CVSymbol>; 127 using CVTypeArray = VarStreamArray<CVType>;
|
| H A D | DebugSubsectionRecord.h | 89 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
|
| H A D | DebugCrossImpSubsection.h | 49 using ReferenceArray = VarStreamArray<CrossModuleImportItem>;
|
| H A D | DebugChecksumsSubsection.h | 52 using FileChecksumArray = VarStreamArray<codeview::FileChecksumEntry>;
|
| H A D | DebugInlineeLinesSubsection.h | 61 using LinesArray = VarStreamArray<InlineeSourceLine>;
|
| H A D | DebugLinesSubsection.h | 82 using LineInfoArray = VarStreamArray<LineColumnEntry, LineColumnExtractor>;
|
| /llvm-project/llvm/unittests/DebugInfo/CodeView/ |
| H A D | RandomAccessVisitorTest.cpp | 116 GlobalState->TypeArray = VarStreamArray<CVType>(GlobalState->ItemStream); in SetUpTestCase() 166 VarStreamArray<CVType> TypeArray; 376 VarStreamArray<CVType> TypeStream(ItemStream); in TEST_F()
|
| /llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.h | 87 VarStreamArray<DbiModuleDescriptor> Descriptors;
|
| /llvm-project/llvm/unittests/Support/ |
| H A D | BinaryStreamTest.cpp | 461 TEST_F(BinaryStreamTest, VarStreamArray) { in TEST_F() argument 492 VarStreamArray<StringRef, StringExtractor> Array(*Stream.Input); in TEST_F()
|
| /llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | ExplainOutputStyle.cpp | 361 VarStreamArray<DbiModuleDescriptor> ModuleDescriptors; in explainDbiModiSubstreamOffset()
|
| /llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 138 VarStreamArray<FileChecksumEntry>::Iterator Iter = in getFileNameForFileOffset()
|