Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Object/
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()
/external/llvm-project/llvm/lib/Object/
DMinidump.cpp57 MinidumpFile::getMemoryInfoList() const { in getMemoryInfoList() function in MinidumpFile
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMinidump.cpp57 MinidumpFile::getMemoryInfoList() const { in getMemoryInfoList() function in MinidumpFile
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMinidump.h141 Expected<iterator_range<MemoryInfoIterator>> getMemoryInfoList() const;
/external/llvm-project/llvm/include/llvm/Object/
DMinidump.h141 Expected<iterator_range<MemoryInfoIterator>> getMemoryInfoList() const;
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DMinidumpParser.cpp519 auto ExpectedInfo = parser.GetMinidumpFile().getMemoryInfoList(); in CreateRegionsCacheFromMemoryInfoList()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpYAML.cpp479 if (auto ExpectedList = File.getMemoryInfoList()) in create()
/external/llvm-project/llvm/lib/ObjectYAML/
DMinidumpYAML.cpp479 if (auto ExpectedList = File.getMemoryInfoList()) in create()