Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h136 int64_t GetPropertyAtIndexAsEnumeration(const ExecutionContext *exe_ctx,
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4073 m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetPreferDynamicValue()
4142 (x86DisassemblyFlavor)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetDisassemblyFlavor()
4150 return (InlineStrategy)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetInlineStrategy()
4314 return (ImportStdModule)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetImportStdModule()
4321 m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetDynamicClassInfoHelper()
4507 m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetLoadScriptFromSymbolFile()
4513 return (LoadCWDlldbinitFile)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetLoadCWDlldbinitFile()
4520 m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetHexImmediateStyle()
4527 m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetMemoryModuleLoadLevel()
H A DProcess.cpp353 return (FollowForkMode)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetFollowForkMode()
/llvm-project-15.0.7/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp103 return (EnableJITLoaderGDB)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetEnable()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp320 return (lldb::ScriptLanguage)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetScriptLanguage()
442 return (lldb::StopShowColumn)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetStopShowColumn()
476 m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetStopDisassemblyDisplay()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueProperties.cpp323 int64_t OptionValueProperties::GetPropertyAtIndexAsEnumeration( in GetPropertyAtIndexAsEnumeration() function in OptionValueProperties
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp122 return (KASLRScanType)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetScanType()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp92 m_collection_sp->GetPropertyAtIndexAsEnumeration( in ABI()