|
LLVM
8.0.1
|
#include "llvm/Transforms/IPO/ThinLTOBitcodeWriter.h"#include "llvm/Analysis/BasicAliasAnalysis.h"#include "llvm/Analysis/ModuleSummaryAnalysis.h"#include "llvm/Analysis/ProfileSummaryInfo.h"#include "llvm/Analysis/TypeMetadataUtils.h"#include "llvm/Bitcode/BitcodeWriter.h"#include "llvm/IR/Constants.h"#include "llvm/IR/DebugInfo.h"#include "llvm/IR/Intrinsics.h"#include "llvm/IR/Module.h"#include "llvm/IR/PassManager.h"#include "llvm/Object/ModuleSymbolTable.h"#include "llvm/Pass.h"#include "llvm/Support/ScopedPrinter.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Transforms/IPO.h"#include "llvm/Transforms/IPO/FunctionAttrs.h"#include "llvm/Transforms/IPO/FunctionImport.h"#include "llvm/Transforms/Utils/Cloning.h"#include "llvm/Transforms/Utils/ModuleUtils.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 503 of file ThinLTOBitcodeWriter.cpp.
| write thinlto Write ThinLTO Bitcode |
Definition at line 503 of file ThinLTOBitcodeWriter.cpp.
| write thinlto Write ThinLTO false |
Definition at line 503 of file ThinLTOBitcodeWriter.cpp.
1.8.13