Searched refs:CmdLine (Results 1 – 4 of 4) sorted by relevance
26 std::string CmdLine = Cmd.toString(); in ExecuteCommand() local27 int exit_code = system(CmdLine.c_str()); in ExecuteCommand()
42 std::string CmdLine = Cmd.toString(); in ExecuteCommand() local102 const char *CommandCStr = CmdLine.c_str(); in ExecuteCommand()
168 std::string CmdLine = Cmd.toString(); in ExecuteCommand() local169 return system(CmdLine.c_str()); in ExecuteCommand()
1793 std::unique_ptr<MemoryBuffer> CmdLine = MemoryBuffer::getMemBufferCopy( in readCheckFile() local1797 CmdLine->getBuffer().substr(Prefix.size(), PatternString.size()); in readCheckFile()1798 unsigned BufferID = SM.AddNewSourceBuffer(std::move(CmdLine), SMLoc()); in readCheckFile()