/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | StreamArray.h | 77 class VarStreamArray { 83 VarStreamArray() {} in VarStreamArray() function 84 explicit VarStreamArray(const Extractor &E) : E(E) {} in VarStreamArray() function 86 explicit VarStreamArray(StreamRef Stream) : Stream(Stream) {} in VarStreamArray() function 87 VarStreamArray(StreamRef Stream, const Extractor &E) : Stream(Stream), E(E) {} in VarStreamArray() function 89 VarStreamArray(const VarStreamArray<ValueType, Extractor> &Other) in VarStreamArray() function 109 typedef VarStreamArray<ValueType, Extractor> ArrayType;
|
D | StreamReader.h | 74 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size) { in readArray() 78 Array = VarStreamArray<T, U>(S, Array.getExtractor()); in readArray()
|
D | ModuleSubstreamVisitor.h | 90 typedef VarStreamArray<LineColumnEntry> LineInfoArray; 91 typedef VarStreamArray<FileChecksumEntry> FileChecksumArray;
|
D | ModuleSubstream.h | 83 typedef VarStreamArray<ModuleSubstream> ModuleSubstreamArray;
|
D | StreamWriter.h | 66 Error writeArray(VarStreamArray<T, U> Array) { in writeArray()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | BinaryStreamArray.h | 89 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;
|
D | BinaryStreamWriter.h | 168 Error writeArray(VarStreamArray<T, U> Array) { in writeArray()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | BinaryStreamArray.h | 88 class VarStreamArray { 94 VarStreamArray() = default; 96 explicit VarStreamArray(const Extractor &E) : E(E) {} in VarStreamArray() function 98 explicit VarStreamArray(BinaryStreamRef Stream, uint32_t Skew = 0) 101 VarStreamArray(BinaryStreamRef Stream, const Extractor &E, uint32_t Skew = 0) 115 VarStreamArray<ValueType, Extractor> substream(uint32_t Begin, in substream() 154 typedef VarStreamArray<ValueType, Extractor> ArrayType;
|
D | BinaryStreamWriter.h | 168 Error writeArray(VarStreamArray<T, U> Array) { in writeArray()
|
/external/llvm-project/clang/test/Modules/Inputs/PR28812/ |
D | Textual.h | 4 template <typename ValueType> struct VarStreamArray; 7 VarStreamArrayIterator(VarStreamArray<ValueType>) {} in VarStreamArrayIterator()
|
/external/llvm-project/clang/test/Modules/ |
D | pr28812.cpp | 8 struct VarStreamArray { struct 18 VarStreamArray<int> a; argument
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CVRecord.h | 127 using CVSymbolArray = VarStreamArray<CVSymbol>; 128 using CVTypeArray = VarStreamArray<CVType>;
|
D | DebugSubsectionRecord.h | 89 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
|
D | DebugCrossImpSubsection.h | 48 using ReferenceArray = VarStreamArray<CrossModuleImportItem>;
|
D | DebugChecksumsSubsection.h | 50 using FileChecksumArray = VarStreamArray<codeview::FileChecksumEntry>;
|
D | DebugInlineeLinesSubsection.h | 62 using LinesArray = VarStreamArray<InlineeSourceLine>;
|
D | DebugLinesSubsection.h | 81 using LineInfoArray = VarStreamArray<LineColumnEntry, LineColumnExtractor>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugSubsectionRecord.h | 96 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
|
D | DebugCrossImpSubsection.h | 48 using ReferenceArray = VarStreamArray<CrossModuleImportItem>;
|
D | DebugChecksumsSubsection.h | 50 using FileChecksumArray = VarStreamArray<codeview::FileChecksumEntry>;
|
D | DebugInlineeLinesSubsection.h | 62 using LinesArray = VarStreamArray<InlineeSourceLine>;
|
D | DebugLinesSubsection.h | 81 using LineInfoArray = VarStreamArray<LineColumnEntry, LineColumnExtractor>;
|
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
D | RandomAccessVisitorTest.cpp | 118 GlobalState->TypeArray = VarStreamArray<CVType>(GlobalState->ItemStream); in SetUpTestCase() 167 VarStreamArray<CVType> TypeArray; 377 VarStreamArray<CVType> TypeStream(ItemStream); in TEST_F()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | DbiModuleList.h | 89 VarStreamArray<DbiModuleDescriptor> Descriptors;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | DbiModuleList.h | 89 VarStreamArray<DbiModuleDescriptor> Descriptors;
|