Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp79 file_sp = debugger_sp->GetSourceFileCache().FindSourceFile(file_spec); in GetFile()
436 target->GetImages().FindSourceFile(m_file_spec, new_file_spec)) { in CommonInitializer()
699 SourceManager::FileSP SourceManager::SourceFileCache::FindSourceFile( in FindSourceFile() function in SourceManager::SourceFileCache
H A DModuleList.cpp584 bool ModuleList::FindSourceFile(const FileSpec &orig_spec, in FindSourceFile() function in ModuleList
589 if ((*pos)->FindSourceFile(orig_spec, new_spec)) in FindSourceFile()
H A DModule.cpp1633 bool Module::FindSourceFile(const FileSpec &orig_spec, in FindSourceFile() function in Module
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSourceManager.h117 FileSP FindSourceFile(const FileSpec &file_spec) const;
H A DModuleList.h455 bool FindSourceFile(const FileSpec &orig_spec, FileSpec &new_spec) const;
H A DModule.h973 bool FindSourceFile(const FileSpec &orig_spec, FileSpec &new_spec) const;