Searched refs:GetPropertyAtIndexAsEnumeration (Results 1 – 5 of 5) sorted by relevance
/external/lldb/include/lldb/Interpreter/ |
D | OptionValueProperties.h | 189 …GetPropertyAtIndexAsEnumeration (const ExecutionContext *exe_ctx, uint32_t idx, int64_t fail_value…
|
/external/lldb/source/Target/ |
D | Target.cpp | 2539 …return (lldb::DynamicValueType)m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_prop… in GetPreferDynamicValue() 2576 …lavor flavor_value = (x86DisassemblyFlavor) m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL… in GetDisassemblyFlavor() 2585 …return (InlineStrategy)m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_properties[i… in GetInlineStrategy() 2767 …return (LoadScriptFromSymFile)m_collection_sp->GetPropertyAtIndexAsEnumeration(NULL, idx, g_proper… in GetLoadScriptFromSymbolFile() 2774 …return (Disassembler::HexImmediateStyle)m_collection_sp->GetPropertyAtIndexAsEnumeration(NULL, idx… in GetHexImmediateStyle()
|
/external/lldb/source/Interpreter/ |
D | OptionValueProperties.cpp | 388 OptionValueProperties::GetPropertyAtIndexAsEnumeration (const ExecutionContext *exe_ctx, uint32_t i… in GetPropertyAtIndexAsEnumeration() function in OptionValueProperties
|
/external/lldb/source/Core/ |
D | Debugger.cpp | 275 …return (lldb::ScriptLanguage)m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_proper… in GetScriptLanguage() 340 …return (Debugger::StopDisassemblyType)m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx,… in GetStopDisassemblyDisplay()
|
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 113 …return (KASLRScanType) m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_properties[i… in GetScanType()
|