Home
last modified time | relevance | path

Searched defs:cmd_file (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/utils/mlgo-utils/mlgo/corpus/
H A Dextract_ir_lib.py86 def cmd_file(self): member in TrainingIRExtractor
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2682 HandleCommandsFromFile(FileSpec & cmd_file,const ExecutionContext & context,const CommandInterpreterRunOptions & options,CommandReturnObject & result) HandleCommandsFromFile() argument
2689 HandleCommandsFromFile(FileSpec & cmd_file,const CommandInterpreterRunOptions & options,CommandReturnObject & result) HandleCommandsFromFile() argument
/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp132 FileSpec cmd_file(command[0].ref()); in DoExecute() local