Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValueProperties.h229 GetPropertyAtIndexAsFileSpec (const ExecutionContext *exe_ctx, uint32_t idx) const;
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueProperties.cpp452 OptionValueProperties::GetPropertyAtIndexAsFileSpec (const ExecutionContext *exe_ctx, uint32_t idx)… in GetPropertyAtIndexAsFileSpec() function in OptionValueProperties
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp3416 return m_collection_sp->GetPropertyAtIndexAsFileSpec (NULL, idx); in GetStandardInputPath()
3430 return m_collection_sp->GetPropertyAtIndexAsFileSpec (NULL, idx); in GetStandardOutputPath()
3444 return m_collection_sp->GetPropertyAtIndexAsFileSpec(NULL, idx); in GetStandardErrorPath()
HDPlatform.cpp128 return m_collection_sp->GetPropertyAtIndexAsFileSpec (nullptr, ePropertyModuleCacheDirectory); in GetModuleCacheDirectory()
HDProcess.cpp199 return m_collection_sp->GetPropertyAtIndexAsFileSpec(NULL, idx); in GetPythonOSPluginPath()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp156 return m_collection_sp->GetPropertyAtIndexAsFileSpec (NULL, idx); in GetTargetDefinitionFile()