Searched refs:FileNotFound (Results 1 – 6 of 6) sorted by relevance
23 static constexpr uint64_t FileNotFound = CacheDiskMismatch - 1; variable54 if (Size != FileNotFound) // Allow "not found" value to be cached. in read()57 Size = FileNotFound; in read()
123 virtual bool FileNotFound(StringRef FileName) { return false; } in FileNotFound() function501 bool Skip = First->FileNotFound(FileName); in EmbedFileNotFound()504 Skip |= Second->FileNotFound(FileName); in EmbedFileNotFound()515 bool FileNotFound(StringRef FileName) override { in FileNotFound() function516 bool Skip = First->FileNotFound(FileName); in FileNotFound()519 Skip |= Second->FileNotFound(FileName); in FileNotFound()
109 FileNotFound,215 return {LoadResult::FileNotFound, nullptr}; in load() 294 case CachedFile::LoadResult::FileNotFound: in load() 107 FileNotFound, global() enumerator
450 bool FileNotFound(StringRef FileName) override { in TEST_F() function in __anon1476b0c10111::TEST_F::FileNotFoundCallbacks
2149 if (Callbacks && Callbacks->FileNotFound(Filename)) in LookupHeaderIncludeOrImport()
646 [](const FileNotFound &FNF) {672 [](const FileNotFound &FNF) {