Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DZipFile.cpp131 bool FindFile(lldb::DataBufferSP zip_data, const EocdRecord *eocd, in FindFile() function
179 return FindFile(zip_data, eocd, file_path, file_offset, file_size); in Find()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h135 std::optional<FileSpec> FindFile(const FileSpec &orig_spec) const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp247 if (auto new_file_spec = target_sp->GetSourcePathMap().FindFile( in ApplyFileMappings()
/freebsd/contrib/bmake/
H A Ddir.c1164 FindFile(const char *name, SearchPath *path, bool isinclude) in FindFile() function
1274 return FindFile(name, path, false); in Dir_FindFile()
1290 return FindFile(name, path, true); in Dir_FindInclude()
H A DChangeLog293 o dir.c: in FindFile restore last search of .CURDIR even for
300 o dir.c: Add Dir_FindInclude, FindFile without looking in .CURDIR.
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp254 PathMappingList::FindFile(const FileSpec &orig_spec) const { in FindFile() function in PathMappingList
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp513 auto remapped = target_sp->GetSourcePathMap().FindFile(m_file_spec); in CommonInitializer()
H A DModule.cpp1543 if (auto remapped = m_source_mappings.FindFile(orig_spec)) { in FindSourceFile()