Home
last modified time | relevance | path

Searched refs:Streams (Results 1 – 25 of 65) sorted by relevance

123

/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp100 Streams[StreamIdx] = in discoverStreamPurposes()
111 Streams[StreamIdx] = in discoverStreamPurposes()
114 Streams[StreamIdx] = in discoverStreamPurposes()
117 Streams[StreamIdx] = in discoverStreamPurposes()
120 Streams[StreamIdx] = in discoverStreamPurposes()
123 Streams[StreamIdx] = in discoverStreamPurposes()
126 Streams[StreamIdx] = in discoverStreamPurposes()
129 Streams[StreamIdx] = in discoverStreamPurposes()
133 Streams[StreamIdx] = in discoverStreamPurposes()
136 Streams[StreamIdx] = in discoverStreamPurposes()
[all …]
/llvm-project-15.0.7/llvm/unittests/Support/
H A DBinaryStreamTest.cpp115 Streams.clear(); in SetUp()
116 Streams.resize(NumStreams); in SetUp()
161 Streams[I * 2].Output = in initializeOutput()
170 Streams[I * 2].Output = in initializeOutputFromInput()
179 Streams[I * 2].Input = in initializeInputFromOutput()
200 for (auto &Stream : Streams) { in TEST_F()
363 for (auto &Stream : Streams) { in TEST_F()
422 for (auto &Stream : Streams) { in TEST_F()
444 for (auto &Stream : Streams) { in TEST_F()
490 for (auto &Stream : Streams) { in TEST_F()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMinidump.h36 ArrayRef<minidump::Directory> streams() const { return Streams; } in streams()
165 ArrayRef<minidump::Directory> Streams, in MinidumpFile() argument
167 : Binary(ID_Minidump, Source), Header(Header), Streams(Streams), in MinidumpFile()
185 ArrayRef<minidump::Directory> Streams; variable
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DHashTableTest.cpp169 std::vector<StringRef> Streams = {"One", "Two", "Three", "Four", in TEST() local
172 for (uint32_t I = 0; I < Streams.size(); ++I) in TEST()
173 ExpectedIndices[Streams[I]] = I + 1; in TEST()
179 for (StringRef S : Streams) in TEST()
182 EXPECT_EQ(Streams.size(), NSM.size()); in TEST()
205 } while (std::next_permutation(Streams.begin(), Streams.end())); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h209 std::vector<std::unique_ptr<Stream>> Streams) in Object()
210 : Header(Header), Streams(std::move(Streams)) {} in Object()
216 std::vector<std::unique_ptr<Stream>> Streams; member
/llvm-project-15.0.7/lldb/test/Shell/Minidump/
H A Dmemory-region-from-module.yaml29 Streams:
59 Streams:
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/Minidump/
H A Draw-stream-small-size.yaml4 Streams:
H A Dsysteminfo-other-long.yaml4 Streams:
H A Dsysteminfo-other-short.yaml4 Streams:
H A Dsysteminfo-other-not-hex.yaml4 Streams:
H A Dsysteminfo-x86-long.yaml4 Streams:
H A Dsysteminfo-x86-short.yaml4 Streams:
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/
H A Darm-linux.yaml2 Streams:
H A Darm-macos.yaml2 Streams:
H A Darm64-macos.yaml2 Streams:
H A Dlinux-arm-uuids-match.yaml2 Streams:
H A Dlinux-arm-breakpad-uuid-match.yaml2 Streams:
H A Dlinux-arm-facebook-uuid-match.yaml2 Streams:
H A Dlinux-arm-partial-uuids-match.yaml2 Streams:
H A Dlinux-arm-partial-uuids-mismatch.yaml2 Streams:
H A Dlinux-arm-uuids-elf-build-id-16.yaml2 Streams:
H A Dlinux-arm-uuids-elf-build-id-20.yaml2 Streams:
H A Dlinux-arm-uuids-no-age.yaml2 Streams:
H A Dlinux-arm-uuids-with-age.yaml2 Streams:
H A Dlinux-arm-uuids-elf-build-id-4.yaml2 Streams:

123