Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h186 FileSpec GetPropertyAtIndexAsFileSpec(const ExecutionContext *exe_ctx,
/llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp48 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, in GetEmulatorPath()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueProperties.cpp369 FileSpec OptionValueProperties::GetPropertyAtIndexAsFileSpec( in GetPropertyAtIndexAsFileSpec() function in OptionValueProperties
H A DCommandInterpreter.cpp171 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetSaveSessionDirectory()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4345 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetSaveJITObjectsDir()
4422 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetStandardInputPath()
4432 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetStandardOutputPath()
4442 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetStandardErrorPath()
H A DPlatform.cpp111 return m_collection_sp->GetPropertyAtIndexAsFileSpec( in GetModuleCacheDirectory()
H A DProcess.cpp216 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetPythonOSPluginPath()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp153 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetTargetDefinitionFile()