Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/
H A DStreamArray.h77 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;
H A DStreamReader.h74 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size) { in readArray()
78 Array = VarStreamArray<T, U>(S, Array.getExtractor()); in readArray()
H A DModuleSubstreamVisitor.h90 typedef VarStreamArray<LineColumnEntry> LineInfoArray;
91 typedef VarStreamArray<FileChecksumEntry> FileChecksumArray;
H A DModuleSubstream.h83 typedef VarStreamArray<ModuleSubstream> ModuleSubstreamArray;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DBinaryStreamArray.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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DBinaryStreamArray.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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DBinaryStreamArray.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;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryStreamArray.h88 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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DBinaryStreamArray.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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DBinaryStreamArray.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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/
DCVRecord.h126 using CVSymbolArray = VarStreamArray<CVSymbol>;
127 using CVTypeArray = VarStreamArray<CVType>;
DDebugSubsectionRecord.h89 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
H A DCVRecord.h126 using CVSymbolArray = VarStreamArray<CVSymbol>;
127 using CVTypeArray = VarStreamArray<CVType>;
H A DDebugSubsectionRecord.h89 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
H A DDebugCrossImpSubsection.h49 using ReferenceArray = VarStreamArray<CrossModuleImportItem>;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/CodeView/
DCVRecord.h126 using CVSymbolArray = VarStreamArray<CVSymbol>;
127 using CVTypeArray = VarStreamArray<CVType>;
DDebugSubsectionRecord.h89 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
DDebugCrossImpSubsection.h49 using ReferenceArray = VarStreamArray<CrossModuleImportItem>;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/CodeView/
DCVRecord.h126 using CVSymbolArray = VarStreamArray<CVSymbol>;
127 using CVTypeArray = VarStreamArray<CVType>;
DDebugSubsectionRecord.h89 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
DDebugCrossImpSubsection.h49 using ReferenceArray = VarStreamArray<CrossModuleImportItem>;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/CodeView/
DCVRecord.h126 using CVSymbolArray = VarStreamArray<CVSymbol>;
127 using CVTypeArray = VarStreamArray<CVType>;
DDebugSubsectionRecord.h89 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h96 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
H A DDebugCrossImpSubsection.h48 using ReferenceArray = VarStreamArray<CrossModuleImportItem>;

123