LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

FreeBSD/MappedFile.cpp

Go to the documentation of this file.
00001 //===- FreeBSD/MappedFile.cpp - FreeBSD MappedFile Impl. --------*- C++ -*-===//
00002 // 
00003 //                     The LLVM Compiler Infrastructure
00004 //
00005 // This file was developed by Reid Spencer and is distributed under the 
00006 // University of Illinois Open Source License. See LICENSE.TXT for details.
00007 // 
00008 //===----------------------------------------------------------------------===//
00009 //
00010 // This file provides the FreeBSD specific implementation of the MappedFile
00011 // concept.
00012 //
00013 //===----------------------------------------------------------------------===//
00014 
00015 #include <sys/stat.h>
00016 
00017 // Include the generic unix implementation
00018 #include "../Unix/MappedFile.cpp"
00019 
00020 // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab