Home
last modified time | relevance | path

Searched refs:no_such_process (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DErrc.h62 no_such_process = int(std::errc::no_such_process), enumerator
/llvm-project-15.0.7/libcxx/include/
H A D__errc69 no_such_process, // ESRCH
174 no_such_process = ESRCH,
/llvm-project-15.0.7/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp71 static_assert(static_cast<int>(std::errc::no_such_process) == ESRCH, ""); in main()
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp1067 return make_error_code(errc::no_such_process); in parseBranchSample()
1298 if (EC == errc::no_such_process) in printLBRHeatMap()
1311 if (EC == errc::no_such_process) in printLBRHeatMap()
1398 if (EC == errc::no_such_process) in parseBranchEvents()