Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h245 bool GetAutoInstallMainExecutable() const;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp2974 if (is_main_executable && GetAutoInstallMainExecutable()) { in Install()
4707 bool TargetProperties::GetAutoInstallMainExecutable() const { in GetAutoInstallMainExecutable() function in TargetProperties