|
LLVM
4.0.0
|
#include "llvm/Transforms/IPO.h"#include "llvm/Analysis/ModuleSummaryAnalysis.h"#include "llvm/Analysis/TypeMetadataUtils.h"#include "llvm/Bitcode/BitcodeWriter.h"#include "llvm/IR/Constants.h"#include "llvm/IR/Intrinsics.h"#include "llvm/IR/Module.h"#include "llvm/IR/PassManager.h"#include "llvm/Pass.h"#include "llvm/Support/ScopedPrinter.h"#include "llvm/Transforms/Utils/Cloning.h"Go to the source code of this file.
Functions | |
| INITIALIZE_PASS_BEGIN (WriteThinLTOBitcode,"write-thinlto-bitcode","Write ThinLTO Bitcode", false, true) INITIALIZE_PASS_END(WriteThinLTOBitcode | |
Variables | |
| write thinlto | bitcode |
| write thinlto Write ThinLTO | Bitcode |
| write thinlto Write ThinLTO | false |
| INITIALIZE_PASS_BEGIN | ( | WriteThinLTOBitcode | , |
| "write-thinlto-bitcode" | , | ||
| "Write ThinLTO Bitcode" | , | ||
| false | , | ||
| true | |||
| ) |
| write thinlto bitcode |
Definition at line 339 of file ThinLTOBitcodeWriter.cpp.
| write thinlto Write ThinLTO Bitcode |
Definition at line 339 of file ThinLTOBitcodeWriter.cpp.
| write thinlto Write ThinLTO false |
Definition at line 339 of file ThinLTOBitcodeWriter.cpp.
1.8.6