LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | 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 "llvm/Support/system_error.h"
#include <cerrno>
#include <cstdio>
#include <string>
#include <unistd.h>
Include dependency graph for DataStream.cpp:

Go to the source code of this file.

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 

Macros

#define DEBUG_TYPE   "Data-stream"
 

Functions

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

Macro Definition Documentation

#define DEBUG_TYPE   "Data-stream"

Definition at line 17 of file DataStream.cpp.

Function Documentation

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