Searched refs:getMemoryInfoList (Results 1 – 4 of 4) sorted by relevance
57 MinidumpFile::getMemoryInfoList() const { in getMemoryInfoList() function in MinidumpFile
142 Expected<iterator_range<MemoryInfoIterator>> getMemoryInfoList() const;
519 auto ExpectedInfo = parser.GetMinidumpFile().getMemoryInfoList(); in CreateRegionsCacheFromMemoryInfoList()
479 if (auto ExpectedList = File.getMemoryInfoList()) in create()