Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h145 int64_t GetPropertyAtIndexAsEnumeration(const ExecutionContext *exe_ctx,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp433 return (lldb::ScriptLanguage)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetScriptLanguage()
486 return (lldb::StopShowColumn)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetStopShowColumn()
510 m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetStopDisassemblyDisplay()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3717 m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetPreferDynamicValue()
3775 (x86DisassemblyFlavor)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetDisassemblyFlavor()
3783 return (InlineStrategy)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetInlineStrategy()
3996 m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetLoadScriptFromSymbolFile()
4002 return (LoadCWDlldbinitFile)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetLoadCWDlldbinitFile()
4009 m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetHexImmediateStyle()
4016 m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetMemoryModuleLoadLevel()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp355 int64_t OptionValueProperties::GetPropertyAtIndexAsEnumeration( in GetPropertyAtIndexAsEnumeration() function in OptionValueProperties