Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilLinux.cpp24 std::string CmdLine = Cmd.toString(); in ExecuteCommand() local
25 int exit_code = system(CmdLine.c_str()); in ExecuteCommand()
H A DFuzzerUtilDarwin.cpp42 std::string CmdLine = Cmd.toString(); in ExecuteCommand() local
102 const char *CommandCStr = CmdLine.c_str(); in ExecuteCommand()
H A DFuzzerUtilWindows.cpp168 std::string CmdLine = Cmd.toString(); in ExecuteCommand() local
169 return system(CmdLine.c_str()); in ExecuteCommand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1877 std::unique_ptr<MemoryBuffer> CmdLine = MemoryBuffer::getMemBufferCopy( in readCheckFile() local
1881 CmdLine->getBuffer().substr(Prefix.size(), PatternString.size()); in readCheckFile()
1882 unsigned BufferID = SM.AddNewSourceBuffer(std::move(CmdLine), SMLoc()); in readCheckFile()