Searched refs:getMemoryInfoList (Results 1 – 8 of 8) sorted by relevance
515 TEST(MinidumpFile, getMemoryInfoList) { in TEST() argument590 auto ExpectedInfo = File.getMemoryInfoList(); in TEST()622 EXPECT_THAT_EXPECTED(File.get()->getMemoryInfoList(), Failed<BinaryError>()); in TEST()642 EXPECT_THAT_EXPECTED(File.get()->getMemoryInfoList(), Failed<BinaryError>()); in TEST()667 EXPECT_THAT_EXPECTED(File.get()->getMemoryInfoList(), Failed<BinaryError>()); in TEST()704 auto ExpectedInfo = File.get()->getMemoryInfoList(); in TEST()
57 MinidumpFile::getMemoryInfoList() const { in getMemoryInfoList() function in MinidumpFile
141 Expected<iterator_range<MemoryInfoIterator>> getMemoryInfoList() const;
519 auto ExpectedInfo = parser.GetMinidumpFile().getMemoryInfoList(); in CreateRegionsCacheFromMemoryInfoList()
479 if (auto ExpectedList = File.getMemoryInfoList()) in create()