Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DTarget.h220 bool GetAutoInstallMainExecutable() const;
/external/llvm-project/lldb/source/Target/
DTarget.cpp2791 if (is_main_executable && GetAutoInstallMainExecutable()) { in Install()
4227 bool TargetProperties::GetAutoInstallMainExecutable() const { in GetAutoInstallMainExecutable() function in TargetProperties