Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp583 llvm::StringRef command_name_str("quit"); in RunLoop() local
586 command_name_str); in RunLoop()
588 assert(command_name_str.empty()); in RunLoop()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp560 llvm::StringRef command_name_str = command_name; in SetCommandOverrideCallback() local
562 m_opaque_ptr->GetCommandObjectForCommand(command_name_str); in SetCommandOverrideCallback()
564 assert(command_name_str.empty()); in SetCommandOverrideCallback()