Searched refs:getMemory64List (Results 1 – 4 of 4) sorted by relevance
147 MinidumpFile::getMemory64List(Error &Err) const { in getMemory64List() function in MinidumpFile
467 for (const auto &memory_desc : GetMinidumpFile().getMemory64List(err)) { in PopulateMemoryRanges()503 return m_file->getMemory64List(err); in GetMemory64Iterator()
277 getMemory64List(Error &Err) const;
532 auto Memory64List = File.getMemory64List(Err); in create()