Home
last modified time | relevance | path

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

/external/llvm-project/lldb/examples/functions/
Dmain.cpp182 SBFileSpec exe_file_spec(exe_file_path, true); in main() local
183 SBModule module(target.FindModule(exe_file_spec)); in main()
200 module_list.Append(exe_file_spec); in main()
/external/llvm-project/lldb/examples/lookup/
Dmain.cpp185 SBFileSpec exe_file_spec(exe_file_path, true); in main() local
186 SBModule module(target.FindModule(exe_file_spec)); in main()
/external/llvm-project/lldb/include/lldb/Target/
DTargetList.h140 const FileSpec &exe_file_spec,
/external/llvm-project/lldb/source/Target/
DTargetList.cpp414 const FileSpec &exe_file_spec, const ArchSpec *exe_arch_ptr) const { in FindTargetWithExecutableAndArchitecture() argument
422 if (FileSpec::Match(exe_file_spec, exe_module->GetFileSpec())) { in FindTargetWithExecutableAndArchitecture()
/external/llvm-project/lldb/source/API/
DSBTarget.cpp592 SBFileSpec exe_file_spec; in GetExecutable() local
597 exe_file_spec.SetFileSpec(exe_module->GetFileSpec()); in GetExecutable()
600 return LLDB_RECORD_RESULT(exe_file_spec); in GetExecutable()