Home
last modified time | relevance | path

Searched defs:CmdLine (Results 1 – 5 of 5) sorted by relevance

/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilLinux.cpp26 std::string CmdLine = Cmd.toString(); in ExecuteCommand() local
H A DFuzzerUtilDarwin.cpp42 std::string CmdLine = Cmd.toString(); in ExecuteCommand() local
H A DFuzzerUtilWindows.cpp173 std::string CmdLine = Cmd.toString(); in ExecuteCommand() local
/llvm-project/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp1218 std::string CmdLine("foo -bar=baz qux "); in makeCmdLine() local
1233 std::string CmdLine; in TEST() local
1277 std::string CmdLine; in TEST() local
1300 std::string Value, CmdLine; in TEST() local
1332 std::string CmdLine; in TEST() local
/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1795 std::unique_ptr<MemoryBuffer> CmdLine = MemoryBuffer::getMemBufferCopy( readCheckFile() local