Home
last modified time | relevance | path

Searched refs:AppendExecutableSearchPaths (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp362 target_sp->AppendExecutableSearchPaths(file_dir); in CreateTargetInternal()
H A DTarget.cpp4468 void TargetProperties::AppendExecutableSearchPaths(const FileSpec &dir) { in AppendExecutableSearchPaths() function in TargetProperties
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h148 void AppendExecutableSearchPaths(const FileSpec &);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp412 target_sp->AppendExecutableSearchPaths(core_file_dir); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3175 target_sp->AppendExecutableSearchPaths(core_file_directory_spec); in SetCoreFile()