Lines Matching defs:File
5 // This file is distributed under the University of Illinois Open Source
1200 // file and the linker knows to use _main as the entry point. But,
1201 // when compiling with -pg, we need to link with the gcrt1.o file,
1854 StringRef Base, File;
1858 FilterNonExistent(StringRef Base, StringRef File, vfs::FileSystem &VFS)
1859 : Base(Base), File(File), VFS(VFS) {}
1861 return !VFS.exists(Base + M.gccSuffix() + File);
3802 llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> File =
3804 if (File) {
3805 StringRef Data = File.get()->getBuffer();
3834 File = llvm::MemoryBuffer::getFile("/etc/redhat-release");
3835 if (File) {
3836 StringRef Data = File.get()->getBuffer();
3852 File = llvm::MemoryBuffer::getFile("/etc/debian_version");
3853 if (File) {
3854 StringRef Data = File.get()->getBuffer();
4117 // Add toolchain / multilib specific file paths.