Home
last modified time | relevance | path

Searched refs:orig_spec (Results 1 – 6 of 6) sorted by relevance

/external/lldb/source/Target/
DPathMappingList.cpp226 PathMappingList::FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const in FindFile() argument
232 const size_t orig_path_len = orig_spec.GetPath (orig_path, sizeof(orig_path)); in FindFile()
/external/lldb/include/lldb/Target/
DPathMappingList.h141 FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
/external/lldb/include/lldb/Core/
DModuleList.h441 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
DModule.h913 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
/external/lldb/source/Core/
DModuleList.cpp651 ModuleList::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const in FindSourceFile() argument
657 if ((*pos)->FindSourceFile (orig_spec, new_spec)) in FindSourceFile()
DModule.cpp1476 Module::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const in FindSourceFile() argument
1479 return m_source_mappings.FindFile (orig_spec, new_spec); in FindSourceFile()