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