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