Home
last modified time | relevance | path

Searched refs:SystemInfo (Results 1 – 25 of 58) sorted by relevance

123

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h34 SystemInfo, enumerator
163 minidump::SystemInfo Info;
167 : Stream(StreamKind::SystemInfo, minidump::StreamType::SystemInfo) { in SystemInfoStream()
171 explicit SystemInfoStream(const minidump::SystemInfo &Info, in SystemInfoStream()
173 : Stream(StreamKind::SystemInfo, minidump::StreamType::SystemInfo), in SystemInfoStream()
177 return S->Kind == StreamKind::SystemInfo; in classof()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp204 case Stream::StreamKind::SystemInfo: { in layout()
205 SystemInfoStream &SystemInfo = cast<SystemInfoStream>(S); in layout() local
206 File.allocateObject(SystemInfo.Info); in layout()
209 SystemInfo.Info.CSDVersionRVA = File.allocateString(SystemInfo.CSDVersion); in layout()
H A DMinidumpYAML.cpp80 case StreamType::SystemInfo: in getKind()
81 return StreamKind::SystemInfo; in getKind()
110 case StreamKind::SystemInfo: in create()
320 SystemInfo &Info = Stream.Info; in streamMapping()
425 case MinidumpYAML::Stream::StreamKind::SystemInfo: in mapping()
446 case MinidumpYAML::Stream::StreamKind::SystemInfo: in validate()
520 case StreamKind::SystemInfo: { in create()
/llvm-project-15.0.7/llvm/unittests/ObjectYAML/
H A DMinidumpYAMLTest.cpp52 EXPECT_EQ(StreamType::SystemInfo, File.streams()[0].Type); in TEST()
55 const SystemInfo &SysInfo = *ExpectedSysInfo; in TEST()
108 const SystemInfo &SysInfo = *ExpectedSysInfo; in TEST()
135 const SystemInfo &SysInfo = *ExpectedSysInfo; in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMinidump.h62 Expected<const minidump::SystemInfo &> getSystemInfo() const { in getSystemInfo()
63 return getStream<minidump::SystemInfo>(minidump::StreamType::SystemInfo); in getSystemInfo()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dsysinfo.cc719 const SystemInfo& SystemInfo::Get() { in Get()
720 static const SystemInfo* info = new SystemInfo(); in Get()
724 SystemInfo::SystemInfo() : name(GetSystemName()) {} in SystemInfo() function in benchmark::SystemInfo
/llvm-project-15.0.7/lldb/test/Shell/Minidump/
H A Dmemory-region-from-module.yaml37 - Type: SystemInfo
71 - Type: SystemInfo
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/Minidump/
H A Dsysteminfo-other-long.yaml5 - Type: SystemInfo
H A Dsysteminfo-other-short.yaml5 - Type: SystemInfo
H A Dsysteminfo-other-not-hex.yaml5 - Type: SystemInfo
H A Dsysteminfo-x86-long.yaml5 - Type: SystemInfo
H A Dsysteminfo-x86-short.yaml5 - Type: SystemInfo
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/
H A Darm-linux.yaml3 - Type: SystemInfo
H A Darm-macos.yaml3 - Type: SystemInfo
H A Darm64-macos.yaml3 - Type: SystemInfo
H A Dlinux-arm-uuids-match.yaml3 - Type: SystemInfo
H A Dlinux-arm-breakpad-uuid-match.yaml3 - Type: SystemInfo
H A Dlinux-arm-facebook-uuid-match.yaml3 - Type: SystemInfo
H A Dlinux-arm-partial-uuids-match.yaml3 - Type: SystemInfo
H A Dlinux-arm-partial-uuids-mismatch.yaml3 - Type: SystemInfo
H A Dlinux-arm-uuids-elf-build-id-16.yaml3 - Type: SystemInfo
H A Dlinux-arm-uuids-elf-build-id-20.yaml3 - Type: SystemInfo
H A Dlinux-arm-uuids-no-age.yaml3 - Type: SystemInfo
H A Dlinux-arm-uuids-with-age.yaml3 - Type: SystemInfo
H A Dlinux-arm-uuids-elf-build-id-4.yaml3 - Type: SystemInfo

123