Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp383 const FileSpec &exe_file_spec, const ArchSpec *exe_arch_ptr) const { in FindTargetWithExecutableAndArchitecture() argument
386 m_target_list, [&exe_file_spec, exe_arch_ptr](const TargetSP &item) { in FindTargetWithExecutableAndArchitecture()
389 !FileSpec::Match(exe_file_spec, exe_module->GetFileSpec())) in FindTargetWithExecutableAndArchitecture()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTargetList.h145 const FileSpec &exe_file_spec,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp556 SBFileSpec exe_file_spec; in GetExecutable() local
560 exe_file_spec.SetFileSpec(exe_module->GetFileSpec()); in GetExecutable()
563 return exe_file_spec; in GetExecutable()