Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp398 target_sp->AppendExecutableSearchPaths(file_dir); in CreateTargetInternal()
H A DTarget.cpp4009 void TargetProperties::AppendExecutableSearchPaths(const FileSpec &dir) { in AppendExecutableSearchPaths() function in TargetProperties
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h134 void AppendExecutableSearchPaths(const FileSpec &);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp397 target_sp->AppendExecutableSearchPaths(core_file_dir); in DoExecute()