Home
last modified time | relevance | path

Searched refs:FindFile (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cpp50 static const char *FindFile(const char *file_path, in FindFile() function
63 static const char *FindFile(const char *file_path, char *, uptr) { in FindFile() function
73 filename = FindFile(filename, new_file_path.data(), new_file_path.size()); in ParseFromFile()
/llvm-project-15.0.7/lldb/unittests/Target/
H A DFindFileTest.cpp51 EXPECT_FALSE(map.FindFile(fail)); in TestFileFindings()
58 EXPECT_TRUE(bool(remapped = map.FindFile(match.original))); in TestFileFindings()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPathMappingList.h103 llvm::Optional<FileSpec> FindFile(const FileSpec &orig_spec) const;
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLineEntry.cpp257 target_sp->GetSourcePathMap().FindFile(original_file)) in ApplyFileMappings()
/llvm-project-15.0.7/lldb/source/Target/
H A DPathMappingList.cpp216 llvm::Optional<FileSpec> PathMappingList::FindFile(const FileSpec &orig_spec) const { in FindFile() function in PathMappingList
/llvm-project-15.0.7/lldb/source/Core/
H A DSourceManager.cpp461 auto remapped = target->GetSourcePathMap().FindFile(m_file_spec); in CommonInitializer()
H A DModule.cpp1614 if (auto remapped = m_source_mappings.FindFile(orig_spec)) { in FindSourceFile()