Searched refs:new_spec (Results 1 – 6 of 6) sorted by relevance
86 SBFileSpec new_spec; in GetFileSpecAtIndex() local87 new_spec.SetFileSpec(m_opaque_up->GetFileSpecAtIndex(idx)); in GetFileSpecAtIndex()88 return LLDB_RECORD_RESULT(new_spec); in GetFileSpecAtIndex()
449 FileSpec new_spec; in CommonInitializer() local450 if (target->GetImages().FindSourceFile(m_file_spec, new_spec)) in CommonInitializer()451 remapped = new_spec; in CommonInitializer()
560 FileSpec &new_spec) const { in FindSourceFile()564 if ((*pos)->FindSourceFile(orig_spec, new_spec)) in FindSourceFile()
1599 FileSpec &new_spec) const { in FindSourceFile()1602 new_spec = *remapped; in FindSourceFile()
352 bool FindSourceFile(const FileSpec &orig_spec, FileSpec &new_spec) const;
842 bool FindSourceFile(const FileSpec &orig_spec, FileSpec &new_spec) const;