Home
last modified time | relevance | path

Searched refs:getSystemInfo (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DMinidump.h63 Expected<const minidump::SystemInfo &> getSystemInfo() const { in getSystemInfo() function
/src/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp141 llvm::Expected<const SystemInfo &> system_info = m_file->getSystemInfo(); in GetArchitecture()
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp521 auto ExpectedInfo = File.getSystemInfo(); in create()