Searched refs:FindFile (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_suppressions.cpp | 50 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 D | ZipFile.cpp | 131 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 D | PathMappingList.h | 135 std::optional<FileSpec> FindFile(const FileSpec &orig_spec) const;
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | LineEntry.cpp | 247 if (auto new_file_spec = target_sp->GetSourcePathMap().FindFile( in ApplyFileMappings()
|
/freebsd/contrib/bmake/ |
H A D | dir.c | 1164 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 D | ChangeLog | 293 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 D | PathMappingList.cpp | 254 PathMappingList::FindFile(const FileSpec &orig_spec) const { in FindFile() function in PathMappingList
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | SourceManager.cpp | 513 auto remapped = target_sp->GetSourcePathMap().FindFile(m_file_spec); in CommonInitializer()
|
H A D | Module.cpp | 1543 if (auto remapped = m_source_mappings.FindFile(orig_spec)) { in FindSourceFile()
|