Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DProgram.h59 struct ProcessStatistics { struct
137 std::optional<ProcessStatistics> *ProcStat = nullptr, ///< If non-zero,
223 std::optional<ProcessStatistics> *ProcStat =
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DJob.h148 mutable std::optional<llvm::sys::ProcessStatistics> ProcStat;
229 std::optional<llvm::sys::ProcessStatistics> getProcessStatistics() const { in getProcessStatistics()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DProgram.cpp37 std::optional<ProcessStatistics> *ProcStat, in ExecuteAndWait()
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DProgram.inc414 std::optional<ProcessStatistics> *ProcStat,
456 *ProcStat = ProcessStatistics{UserT + KernelT, UserT, PeakMemory};
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DProgram.inc389 std::optional<ProcessStatistics> *ProcStat,
469 *ProcStat = ProcessStatistics{UserT + KernelT, UserT, PeakMemory};
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp4749 std::optional<llvm::sys::ProcessStatistics> ProcStat = in BuildJobs()