Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h191 FileSpec GetPropertyAtIndexAsFileSpec(const ExecutionContext *exe_ctx,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp401 FileSpec OptionValueProperties::GetPropertyAtIndexAsFileSpec( in GetPropertyAtIndexAsFileSpec() function in OptionValueProperties
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3917 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetStandardInputPath()
3927 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetStandardOutputPath()
3937 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetStandardErrorPath()
H A DPlatform.cpp111 return m_collection_sp->GetPropertyAtIndexAsFileSpec( in GetModuleCacheDirectory()
H A DProcess.cpp217 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetPythonOSPluginPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp149 return m_collection_sp->GetPropertyAtIndexAsFileSpec(NULL, idx); in GetTargetDefinitionFile()