Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2679 const bool is_main_executable = module_sp == GetExecutableModule(); in Install() local
2684 if (is_main_executable) // TODO: add setting for always in Install()
2697 if (is_main_executable) { in Install()