Searched refs:command_file (Results 1 – 1 of 1) sorted by relevance
515 llvm::Optional<std::string> command_file; in DoExecute() local516 while ((command_file = multi_loader->GetNextFile())) { in DoExecute()517 if (!command_file) in DoExecute()520 auto command_buffer = llvm::MemoryBuffer::getFile(*command_file); in DoExecute()