Home
last modified time | relevance | path

Searched refs:command_file (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectReproducer.cpp393 llvm::Optional<std::string> command_file; in DoExecute() local
394 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()
/llvm-project-15.0.7/clang/utils/analyzer/
H A DSATestBuild.py445 command_file = open(build_script_path, "r")
448 for command in command_file: