| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | MinidumpYAML.h | 34 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 D | MinidumpEmitter.cpp | 204 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 D | MinidumpYAML.cpp | 80 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 D | MinidumpYAMLTest.cpp | 52 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 D | Minidump.h | 62 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 D | sysinfo.cc | 719 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 D | memory-region-from-module.yaml | 37 - Type: SystemInfo 71 - Type: SystemInfo
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/Minidump/ |
| H A D | systeminfo-other-long.yaml | 5 - Type: SystemInfo
|
| H A D | systeminfo-other-short.yaml | 5 - Type: SystemInfo
|
| H A D | systeminfo-other-not-hex.yaml | 5 - Type: SystemInfo
|
| H A D | systeminfo-x86-long.yaml | 5 - Type: SystemInfo
|
| H A D | systeminfo-x86-short.yaml | 5 - Type: SystemInfo
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/ |
| H A D | arm-linux.yaml | 3 - Type: SystemInfo
|
| H A D | arm-macos.yaml | 3 - Type: SystemInfo
|
| H A D | arm64-macos.yaml | 3 - Type: SystemInfo
|
| H A D | linux-arm-uuids-match.yaml | 3 - Type: SystemInfo
|
| H A D | linux-arm-breakpad-uuid-match.yaml | 3 - Type: SystemInfo
|
| H A D | linux-arm-facebook-uuid-match.yaml | 3 - Type: SystemInfo
|
| H A D | linux-arm-partial-uuids-match.yaml | 3 - Type: SystemInfo
|
| H A D | linux-arm-partial-uuids-mismatch.yaml | 3 - Type: SystemInfo
|
| H A D | linux-arm-uuids-elf-build-id-16.yaml | 3 - Type: SystemInfo
|
| H A D | linux-arm-uuids-elf-build-id-20.yaml | 3 - Type: SystemInfo
|
| H A D | linux-arm-uuids-no-age.yaml | 3 - Type: SystemInfo
|
| H A D | linux-arm-uuids-with-age.yaml | 3 - Type: SystemInfo
|
| H A D | linux-arm-uuids-elf-build-id-4.yaml | 3 - Type: SystemInfo
|