Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueProperties.h131 int64_t GetPropertyAtIndexAsEnumeration(const ExecutionContext *exe_ctx,
/external/llvm-project/lldb/source/Core/
DDebugger.cpp301 return (lldb::ScriptLanguage)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetScriptLanguage()
377 return (lldb::StopShowColumn)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetStopShowColumn()
411 m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetStopDisassemblyDisplay()
/external/llvm-project/lldb/source/Plugins/JITLoader/GDB/
DJITLoaderGDB.cpp102 return (EnableJITLoaderGDB)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetEnable()
/external/llvm-project/lldb/source/Target/
DTarget.cpp3772 m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetPreferDynamicValue()
3841 (x86DisassemblyFlavor)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetDisassemblyFlavor()
3849 return (InlineStrategy)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetInlineStrategy()
4119 m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetLoadScriptFromSymbolFile()
4125 return (LoadCWDlldbinitFile)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetLoadCWDlldbinitFile()
4132 m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetHexImmediateStyle()
4139 m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetMemoryModuleLoadLevel()
/external/llvm-project/lldb/source/Interpreter/
DOptionValueProperties.cpp321 int64_t OptionValueProperties::GetPropertyAtIndexAsEnumeration( in GetPropertyAtIndexAsEnumeration() function in OptionValueProperties
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp121 return (KASLRScanType)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetScanType()