Searched refs:MemoryListStream (Results 1 – 10 of 10) sorted by relevance
/external/google-breakpad/src/client/windows/unittests/ |
D | minidump_test.cc | 186 EXPECT_TRUE(mini.HasStream(MemoryListStream)); in TEST_F() 217 EXPECT_TRUE(mini.HasStream(MemoryListStream)); in TEST_F() 249 EXPECT_TRUE(mini.HasStream(MemoryListStream)); in TEST_F() 307 EXPECT_TRUE(mini.HasStream(MemoryListStream)); in TEST_F() 310 EXPECT_FALSE(full.HasStream(MemoryListStream)); in TEST_F()
|
D | exception_handler_test.cc | 275 EXPECT_TRUE(mini.HasStream(MemoryListStream)); in TEST_F() 278 EXPECT_FALSE(full.HasStream(MemoryListStream)); in TEST_F() 347 EXPECT_TRUE(mini.HasStream(MemoryListStream)); in TEST_F() 350 EXPECT_FALSE(full.HasStream(MemoryListStream)); in TEST_F()
|
D | dump_analysis.cc | 134 size_t memory_list_size = GetStream(MemoryListStream, &memory_list); in HasMemoryImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MinidumpYAML.cpp | 105 return std::make_unique<MemoryListStream>(); in create() 301 void yaml::MappingTraits<MemoryListStream::entry_type>::mapping( in mapping() 302 IO &IO, MemoryListStream::entry_type &Range) { in mapping() 311 static void streamMapping(yaml::IO &IO, MemoryListStream &Stream) { in streamMapping() 417 streamMapping(IO, llvm::cast<MemoryListStream>(*S)); in mapping() 488 std::vector<MemoryListStream::entry_type> Ranges; in create() 495 return std::make_unique<MemoryListStream>(std::move(Ranges)); in create()
|
D | MinidumpEmitter.cpp | 138 static void layout(BlobAllocator &File, MemoryListStream::entry_type &Range) { in layout() 190 DataEnd = layout(File, cast<MemoryListStream>(S)); in layout()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | MinidumpYAML.cpp | 105 return std::make_unique<MemoryListStream>(); in create() 301 void yaml::MappingTraits<MemoryListStream::entry_type>::mapping( in mapping() 302 IO &IO, MemoryListStream::entry_type &Range) { in mapping() 311 static void streamMapping(yaml::IO &IO, MemoryListStream &Stream) { in streamMapping() 417 streamMapping(IO, llvm::cast<MemoryListStream>(*S)); in mapping() 488 std::vector<MemoryListStream::entry_type> Ranges; in create() 495 return std::make_unique<MemoryListStream>(std::move(Ranges)); in create()
|
D | MinidumpEmitter.cpp | 138 static void layout(BlobAllocator &File, MemoryListStream::entry_type &Range) { in layout() 190 DataEnd = layout(File, cast<MemoryListStream>(S)); in layout()
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | MinidumpYAML.h | 105 using MemoryListStream = detail::ListStream<detail::ParsedMemoryDescriptor>; variable 267 llvm::MinidumpYAML::MemoryListStream::entry_type) 274 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MinidumpYAML::MemoryListStream::entry_type)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | MinidumpYAML.h | 105 using MemoryListStream = detail::ListStream<detail::ParsedMemoryDescriptor>; variable 267 llvm::MinidumpYAML::MemoryListStream::entry_type) 274 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MinidumpYAML::MemoryListStream::entry_type)
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 951 …rvedStream0 = 1,ReservedStream1 = 2,ThreadListStream = 3,ModuleListStream = 4,MemoryListStream = 5, enumerator
|