Searched refs:CmdLine (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilLinux.cpp24 std::string CmdLine = Cmd.toString(); local
25 int exit_code = system(CmdLine.c_str());
H A DFuzzerUtilDarwin.cpp42 std::string CmdLine = Cmd.toString(); local
102 const char *CommandCStr = CmdLine.c_str();
H A DFuzzerUtilWindows.cpp156 std::string CmdLine = Cmd.toString(); local
157 return system(CmdLine.c_str());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp240 static bool checkIsCLMode(ArrayRef<std::string> CmdLine) { argument
242 for (StringRef S : llvm::reverse(CmdLine)) {
248 return !CmdLine.empty() &&
249 llvm::sys::path::stem(CmdLine.front()).endswith_lower("cl");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheck.cpp1134 std::unique_ptr<MemoryBuffer> CmdLine = MemoryBuffer::getMemBufferCopy( local
1138 CmdLine->getBuffer().substr(Prefix.size(), PatternString.size());
1139 SM.AddNewSourceBuffer(std::move(CmdLine), SMLoc());

Completed in 171 milliseconds