Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h270 bool GetAutoInstallMainExecutable() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp125 if (remote_file || !target->GetAutoInstallMainExecutable()) in getRemoteFileSpec()
5050 bool TargetProperties::GetAutoInstallMainExecutable() const { in GetAutoInstallMainExecutable() function in TargetProperties