Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h641 Status PreprocessCommand(std::string &command);
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1693 Status CommandInterpreter::PreprocessCommand(std::string &command) { in PreprocessCommand() function in CommandInterpreter
1971 Status error(PreprocessCommand(command_string)); in HandleCommand()