Home
last modified time | relevance | path

Searched refs:sys_info (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp109 llvm::minidump::SystemInfo sys_info; in AddSystemInfo() local
110 sys_info.ProcessorArch = in AddSystemInfo()
113 sys_info.CSDVersionRVA = static_cast<llvm::support::ulittle32_t>( in AddSystemInfo()
115 sys_info.PlatformId = platform_id; in AddSystemInfo()
116 m_data.AppendData(&sys_info, sizeof(llvm::minidump::SystemInfo)); in AddSystemInfo()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dreporter.cc92 : cpu_info(CPUInfo::Get()), sys_info(SystemInfo::Get()) {} in Context()
H A Djson_reporter.cc133 out << indent << FormatKV("host_name", context.sys_info.name) << ",\n"; in ReportContext()
/llvm-project-15.0.7/libcxx/docs/Status/
H A DFormatPaper.csv31 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::sys_info``",A ``<chrono>`` implemen…
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1516 SystemInfo const& sys_info; member
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc1387 SYMBOL(sys_info, std::chrono::, <chrono>)