|
LLVM
4.0.0
|
#include "llvm/Object/ModuleSummaryIndexObjectFile.h"#include "llvm/ADT/STLExtras.h"#include "llvm/Bitcode/BitcodeReader.h"#include "llvm/IR/ModuleSummaryIndex.h"#include "llvm/MC/MCStreamer.h"#include "llvm/Object/ObjectFile.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Variables | |
| static llvm::cl::opt< bool > | IgnoreEmptyThinLTOIndexFile ("ignore-empty-index-file", llvm::cl::ZeroOrMore, llvm::cl::desc("Ignore an empty index file and perform non-ThinLTO compilation"), llvm::cl::init(false)) |
|
static |
Referenced by llvm::getModuleSummaryIndexForFile().
1.8.6