HomeSort by relevance Sort by last modified time
    Searched refs:exe_file_spec (Results 1 - 5 of 5) sorted by null

  /external/lldb/examples/lookup/
main.cpp 201 SBFileSpec exe_file_spec (exe_file_path, true);
202 SBModule module (target.FindModule (exe_file_spec));
  /external/lldb/include/lldb/Target/
TargetList.h 151 /// matches \a exe_file_spec, and whose architecture matches
154 /// @param[in] exe_file_spec
156 /// and basename). If \a exe_file_spec contains only a filename
159 /// compared. If \a exe_file_spec contains a filename and a
173 FindTargetWithExecutableAndArchitecture (const FileSpec &exe_file_spec,
  /external/lldb/examples/functions/
main.cpp 198 SBFileSpec exe_file_spec (exe_file_path, true);
199 SBModule module (target.FindModule (exe_file_spec));
215 module_list.Append(exe_file_spec);
  /external/lldb/source/Target/
TargetList.cpp 360 const FileSpec &exe_file_spec,
366 bool full_match = exe_file_spec.GetDirectory();
375 if (FileSpec::Equal (exe_file_spec, exe_module->GetFileSpec(), full_match))
  /external/lldb/source/API/
SBTarget.cpp 1200 SBFileSpec exe_file_spec; local
1206 exe_file_spec.SetFileSpec (exe_module->GetFileSpec());
1213 target_sp.get(), exe_file_spec.get());
1216 return exe_file_spec;
    [all...]

Completed in 160 milliseconds