Home
last modified time | relevance | path

Searched refs:GetFlagsForCommandObject (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h436 GetFlagsForCommandObject(StructuredData::GenericSP cmd_obj_sp) { in GetFlagsForCommandObject() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h352 GetFlagsForCommandObject(StructuredData::GenericSP cmd_obj_sp) override;
H A DScriptInterpreterPython.cpp3114 uint32_t ScriptInterpreterPython::GetFlagsForCommandObject( in GetFlagsForCommandObject() function in ScriptInterpreterPython
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp1321 GetFlags().Set(scripter->GetFlagsForCommandObject(cmd_obj_sp)); in CommandObjectScriptingObject()