Searched refs:CmdLine (Results 1 – 5 of 5) sorted by relevance
21 std::string CmdLine = Cmd.toString(); in ExecuteCommand() local22 return system(CmdLine.c_str()); in ExecuteCommand()
42 std::string CmdLine = Cmd.toString(); in ExecuteCommand() local102 const char *CommandCStr = CmdLine.c_str(); in ExecuteCommand()
156 std::string CmdLine = Cmd.toString(); in ExecuteCommand() local157 return system(CmdLine.c_str()); in ExecuteCommand()
235 static bool checkIsCLMode(ArrayRef<std::string> CmdLine) { in checkIsCLMode()237 for (StringRef S : llvm::reverse(CmdLine)) { in checkIsCLMode()243 return llvm::sys::path::stem(CmdLine.front()).endswith_lower("cl"); in checkIsCLMode()
760 std::unique_ptr<MemoryBuffer> CmdLine = MemoryBuffer::getMemBufferCopy( in ReadCheckFile() local764 CmdLine->getBuffer().substr(Prefix.size(), PatternString.size()); in ReadCheckFile()765 SM.AddNewSourceBuffer(std::move(CmdLine), SMLoc()); in ReadCheckFile()