Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueProperties.h177 FileSpec GetPropertyAtIndexAsFileSpec(const ExecutionContext *exe_ctx,
/external/llvm-project/lldb/source/Interpreter/
DOptionValueProperties.cpp367 FileSpec OptionValueProperties::GetPropertyAtIndexAsFileSpec( in GetPropertyAtIndexAsFileSpec() function in OptionValueProperties
/external/llvm-project/lldb/source/Target/
DTarget.cpp4034 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetStandardInputPath()
4044 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetStandardOutputPath()
4054 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetStandardErrorPath()
DPlatform.cpp110 return m_collection_sp->GetPropertyAtIndexAsFileSpec( in GetModuleCacheDirectory()
DProcess.cpp204 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetPythonOSPluginPath()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp153 return m_collection_sp->GetPropertyAtIndexAsFileSpec(nullptr, idx); in GetTargetDefinitionFile()