Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValueProperties.h190GetPropertyAtIndexAsEnumeration (const ExecutionContext *exe_ctx, uint32_t idx, int64_t fail_value…
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp3218 …return (lldb::DynamicValueType)m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_prop… in GetPreferDynamicValue()
3277 …lavor flavor_value = (x86DisassemblyFlavor) m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL… in GetDisassemblyFlavor()
3286 …return (InlineStrategy)m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_properties[i… in GetInlineStrategy()
3501 …return (LoadScriptFromSymFile)m_collection_sp->GetPropertyAtIndexAsEnumeration(NULL, idx, g_proper… in GetLoadScriptFromSymbolFile()
3508 …return (Disassembler::HexImmediateStyle)m_collection_sp->GetPropertyAtIndexAsEnumeration(NULL, idx… in GetHexImmediateStyle()
3515 …return (MemoryModuleLoadLevel)m_collection_sp->GetPropertyAtIndexAsEnumeration(NULL, idx, g_proper… in GetMemoryModuleLoadLevel()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp308 …return (lldb::ScriptLanguage)m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_proper… in GetScriptLanguage()
373 …return (Debugger::StopDisassemblyType)m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx,… in GetStopDisassemblyDisplay()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueProperties.cpp399 OptionValueProperties::GetPropertyAtIndexAsEnumeration (const ExecutionContext *exe_ctx, uint32_t i… in GetPropertyAtIndexAsEnumeration() function in OptionValueProperties