Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTargetList.cpp360 target_sp->AppendExecutableSearchPaths(file_dir); in CreateTargetInternal()
H A DTarget.cpp4373 void TargetProperties::AppendExecutableSearchPaths(const FileSpec &dir) { in AppendExecutableSearchPaths() function in TargetProperties
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h148 void AppendExecutableSearchPaths(const FileSpec &);
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp410 target_sp->AppendExecutableSearchPaths(core_file_dir); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3176 target_sp->AppendExecutableSearchPaths(core_file_directory_spec); in SetCoreFile()