Home
last modified time | relevance | path

Searched refs:getMemory64List (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMinidump.cpp147 MinidumpFile::getMemory64List(Error &Err) const { in getMemory64List() function in MinidumpFile
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp467 for (const auto &memory_desc : GetMinidumpFile().getMemory64List(err)) { in PopulateMemoryRanges()
503 return m_file->getMemory64List(err); in GetMemory64Iterator()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMinidump.h277 getMemory64List(Error &Err) const;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp532 auto Memory64List = File.getMemory64List(Err); in create()