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.cpp382 const FileSpec &exe_file_spec, const ArchSpec *exe_arch_ptr) const { in FindTargetWithExecutableAndArchitecture() argument
385 [&exe_file_spec, exe_arch_ptr](const TargetSP &item) { in FindTargetWithExecutableAndArchitecture()
388 !FileSpec::Match(exe_file_spec, exe_module->GetFileSpec())) in FindTargetWithExecutableAndArchitecture()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTargetList.h146 const FileSpec &exe_file_spec,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp562 SBFileSpec exe_file_spec; in GetExecutable() local
567 exe_file_spec.SetFileSpec(exe_module->GetFileSpec()); in GetExecutable()
570 return exe_file_spec; in GetExecutable()