Home
last modified time | relevance | path

Searched defs:ProcessInfo (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DProgram.h35 struct ProcessInfo { struct
44 #error "ProcessInfo is not defined for this platform!" argument
55 ProcessInfo(); argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DProgram.h43 struct ProcessInfo { struct
52 ProcessInfo(); argument
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.h109 struct ProcessInfo : angle::NonCopyable struct
114 ProcessInfo &operator=(ProcessInfo &&rhs); argument
116 ProcessHandle process;
117 std::vector<TestIdentifier> testsInBatch;
118 std::string resultsFileName;
119 std::string filterFileName;
120 std::string commandLine;
121 std::string filterString;
DTestSuite.cpp1022 ProcessInfo::ProcessInfo(ProcessInfo &&other) in ProcessInfo() function in angle::ProcessInfo