Searched refs:getMemoryList (Results 1 – 6 of 6) sorted by relevance
467 TEST(MinidumpFile, getMemoryList) { in TEST() argument505 Expected<ArrayRef<MemoryDescriptor>> ExpectedRanges = File.getMemoryList(); in TEST()
100 Expected<ArrayRef<minidump::MemoryDescriptor>> getMemoryList() const { in getMemoryList() function
435 auto ExpectedMemory = GetMinidumpFile().getMemoryList(); in FindMemoryRange()556 auto ExpectedMemory = parser.GetMinidumpFile().getMemoryList(); in CreateRegionsCacheFromMemoryList()
485 auto ExpectedList = File.getMemoryList(); in create()