Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp980 install_path.SetFile(option_arg, FileSpec::Style::native); in SetOptionValue()
990 install_path.Clear(); in OptionParsingStarting()
999 FileSpec install_path; member in CommandObjectProcessLoad::CommandOptions
1042 } else if (m_options.install_path) { in DoExecute()
1045 platform->ResolveRemotePath(m_options.install_path, in DoExecute()
1046 m_options.install_path); in DoExecute()
1048 m_options.install_path, error); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DOptions.td901 MetaVarName<"<install_path:current_path>">,
902 …pText<"Specify <current_path> as different from where a dylib normally resides at <install_path>">,