Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DTargetList.cpp358 target_sp->AppendExecutableSearchPaths(file_dir); in CreateTargetInternal()
H A DTarget.cpp4270 void TargetProperties::AppendExecutableSearchPaths(const FileSpec &dir) { in AppendExecutableSearchPaths() function in TargetProperties
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h146 void AppendExecutableSearchPaths(const FileSpec &);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp410 target_sp->AppendExecutableSearchPaths(core_file_dir); in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3174 target_sp->AppendExecutableSearchPaths(core_file_directory_spec); in SetCoreFile()