LLVM API Documentation

Namespaces | Defines | Functions
DataStream.cpp File Reference
#include "llvm/Support/DataStream.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Program.h"
#include <cerrno>
#include <cstdio>
#include <string>
#include <system_error>
#include <unistd.h>
Include dependency graph for DataStream.cpp:

Go to the source code of this file.

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Defines

#define DEBUG_TYPE   "Data-stream"

Functions

 STATISTIC (NumStreamFetches,"Number of calls to Data stream fetch")
DataStreamerllvm::getDataFileStreamer (const std::string &Filename, std::string *Err)

Define Documentation

#define DEBUG_TYPE   "Data-stream"

Definition at line 32 of file DataStream.cpp.


Function Documentation

STATISTIC ( NumStreamFetches  ,
"Number of calls to Data stream fetch"   
)