LLVM API Documentation
#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>
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") | |
DataStreamer * | llvm::getDataFileStreamer (const std::string &Filename, std::string *Err) |
#define DEBUG_TYPE "Data-stream" |
Definition at line 17 of file DataStream.cpp.
STATISTIC | ( | NumStreamFetches | , |
"Number of calls to Data stream fetch" | |||
) |