Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp49 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, in GetEmulatorPath()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h188 FileSpec GetPropertyAtIndexAsFileSpec(const ExecutionContext *exe_ctx,
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueProperties.cpp375 FileSpec OptionValueProperties::GetPropertyAtIndexAsFileSpec( in GetPropertyAtIndexAsFileSpec() function in OptionValueProperties
H A DCommandInterpreter.cpp188 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetSaveSessionDirectory()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4448 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetSaveJITObjectsDir()
4525 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetStandardInputPath()
4535 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetStandardOutputPath()
4545 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetStandardErrorPath()
H A DPlatform.cpp112 return m_collection_sp->GetPropertyAtIndexAsFileSpec( in GetModuleCacheDirectory()
H A DProcess.cpp217 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetPythonOSPluginPath()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp154 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetTargetDefinitionFile()