Home
last modified time | relevance | path

Searched refs:getMemoryInfoList (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Object/
H A DMinidumpTest.cpp515 TEST(MinidumpFile, getMemoryInfoList) { in TEST() argument
590 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()
/llvm-project-15.0.7/llvm/lib/Object/
H A DMinidump.cpp57 MinidumpFile::getMemoryInfoList() const { in getMemoryInfoList() function in MinidumpFile
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMinidump.h141 Expected<iterator_range<MemoryInfoIterator>> getMemoryInfoList() const;
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp518 auto ExpectedInfo = parser.GetMinidumpFile().getMemoryInfoList(); in CreateRegionsCacheFromMemoryInfoList()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp479 if (auto ExpectedList = File.getMemoryInfoList()) in create()