Home
last modified time | relevance | path

Searched refs:SetPropertyAtIndexAsEnumeration (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DOptionValueProperties.h192SetPropertyAtIndexAsEnumeration (const ExecutionContext *exe_ctx, uint32_t idx, int64_t new_value);
/external/lldb/source/Interpreter/
DOptionValueProperties.cpp401 OptionValueProperties::SetPropertyAtIndexAsEnumeration (const ExecutionContext *exe_ctx, uint32_t i… in SetPropertyAtIndexAsEnumeration() function in OptionValueProperties
/external/lldb/source/Core/
DDebugger.cpp282 return m_collection_sp->SetPropertyAtIndexAsEnumeration (NULL, idx, script_lang); in SetScriptLanguage()