Searched refs:command_file (Results 1 – 2 of 2) sorted by relevance
393 llvm::Optional<std::string> command_file; in DoExecute() local394 while ((command_file = multi_loader->GetNextFile())) { in DoExecute()395 if (!command_file) in DoExecute()398 auto command_buffer = llvm::MemoryBuffer::getFile(*command_file); in DoExecute()
445 command_file = open(build_script_path, "r")448 for command in command_file: