Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DOptionValueProperties.h195 GetPropertyAtIndexAsOptionValueRegex (const ExecutionContext *exe_ctx, uint32_t idx) const;
/external/lldb/source/Interpreter/
DOptionValueProperties.cpp456 OptionValueProperties::GetPropertyAtIndexAsOptionValueRegex (const ExecutionContext *exe_ctx, uint3… in GetPropertyAtIndexAsOptionValueRegex() function in OptionValueProperties
/external/lldb/source/Target/
DThread.cpp132 return m_collection_sp->GetPropertyAtIndexAsOptionValueRegex (NULL, idx); in GetSymbolsToAvoidRegexp()