Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValueProperties.h189GetPropertyAtIndexAsEnumeration (const ExecutionContext *exe_ctx, uint32_t idx, int64_t fail_value…
/trueos/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp2830 …return (lldb::DynamicValueType)m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_prop… in GetPreferDynamicValue()
2867 …lavor flavor_value = (x86DisassemblyFlavor) m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL… in GetDisassemblyFlavor()
2876 …return (InlineStrategy)m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_properties[i… in GetInlineStrategy()
3065 …return (LoadScriptFromSymFile)m_collection_sp->GetPropertyAtIndexAsEnumeration(NULL, idx, g_proper… in GetLoadScriptFromSymbolFile()
3072 …return (Disassembler::HexImmediateStyle)m_collection_sp->GetPropertyAtIndexAsEnumeration(NULL, idx… in GetHexImmediateStyle()
3079 …return (MemoryModuleLoadLevel)m_collection_sp->GetPropertyAtIndexAsEnumeration(NULL, idx, g_proper… in GetMemoryModuleLoadLevel()
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueProperties.cpp388 OptionValueProperties::GetPropertyAtIndexAsEnumeration (const ExecutionContext *exe_ctx, uint32_t i… in GetPropertyAtIndexAsEnumeration() function in OptionValueProperties
/trueos/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp268 …return (lldb::ScriptLanguage)m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx, g_proper… in GetScriptLanguage()
333 …return (Debugger::StopDisassemblyType)m_collection_sp->GetPropertyAtIndexAsEnumeration (NULL, idx,… in GetStopDisassemblyDisplay()