Home
last modified time | relevance | path

Searched refs:install_path (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectProcess.cpp1034 install_path.SetFile(option_arg, FileSpec::Style::native); in SetOptionValue()
1044 install_path.Clear(); in OptionParsingStarting()
1053 FileSpec install_path; member in CommandObjectProcessLoad::CommandOptions
1097 } else if (m_options.install_path) { in DoExecute()
1100 platform->ResolveRemotePath(m_options.install_path, in DoExecute()
1101 m_options.install_path); in DoExecute()
1103 m_options.install_path, error); in DoExecute()
/llvm-project-15.0.7/lld/MachO/
H A DOptions.td872 MetaVarName<"<install_path:current_path>">,
873 …pText<"Specify <current_path> as different from where a dylib normally resides at <install_path>">,