Home
last modified time | relevance | path

Searched refs:SystemInfoStream (Results 1 – 9 of 9) sorted by relevance

/external/google-breakpad/src/client/windows/unittests/
Dminidump_test.cc188 EXPECT_TRUE(mini.HasStream(SystemInfoStream)); in TEST_F()
219 EXPECT_TRUE(mini.HasStream(SystemInfoStream)); in TEST_F()
251 EXPECT_TRUE(mini.HasStream(SystemInfoStream)); in TEST_F()
290 EXPECT_TRUE(mini.HasStream(SystemInfoStream)); in TEST_F()
291 EXPECT_TRUE(full.HasStream(SystemInfoStream)); in TEST_F()
Dexception_handler_test.cc263 EXPECT_TRUE(mini.HasStream(SystemInfoStream)); in TEST_F()
264 EXPECT_TRUE(full.HasStream(SystemInfoStream)); in TEST_F()
335 EXPECT_TRUE(mini.HasStream(SystemInfoStream)); in TEST_F()
336 EXPECT_TRUE(full.HasStream(SystemInfoStream)); in TEST_F()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DMinidumpYAML.h162 struct SystemInfoStream : public Stream { struct
166 SystemInfoStream() in SystemInfoStream() argument
171 explicit SystemInfoStream(const minidump::SystemInfo &Info, in SystemInfoStream() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMinidumpYAML.h162 struct SystemInfoStream : public Stream { struct
166 SystemInfoStream() in SystemInfoStream() argument
171 explicit SystemInfoStream(const minidump::SystemInfo &Info, in SystemInfoStream() function
/external/llvm-project/llvm/lib/ObjectYAML/
DMinidumpEmitter.cpp205 SystemInfoStream &SystemInfo = cast<SystemInfoStream>(S); in layout()
DMinidumpYAML.cpp111 return std::make_unique<SystemInfoStream>(); in create()
319 static void streamMapping(yaml::IO &IO, SystemInfoStream &Stream) { in streamMapping()
426 streamMapping(IO, llvm::cast<SystemInfoStream>(*S)); in mapping()
527 return std::make_unique<SystemInfoStream>(*ExpectedInfo, in create()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpEmitter.cpp205 SystemInfoStream &SystemInfo = cast<SystemInfoStream>(S); in layout()
DMinidumpYAML.cpp111 return std::make_unique<SystemInfoStream>(); in create()
319 static void streamMapping(yaml::IO &IO, SystemInfoStream &Stream) { in streamMapping()
426 streamMapping(IO, llvm::cast<SystemInfoStream>(*S)); in mapping()
527 return std::make_unique<SystemInfoStream>(*ExpectedInfo, in create()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h952 …ExceptionStream = 6,SystemInfoStream = 7,ThreadExListStream = 8,Memory64ListStream = 9,CommentStre… enumerator