LLVM 22.0.0git
|
#include "DXILWriterPass.h"
#include "DXILBitcodeWriter.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Analysis/ModuleSummaryAnalysis.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/GlobalVariable.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/PassManager.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"
#include "llvm/Support/Alignment.h"
#include "llvm/Transforms/Utils/ModuleUtils.h"
Go to the source code of this file.
Functions | |
INITIALIZE_PASS_BEGIN (WriteDXILPass, "dxil-write-bitcode", "Write Bitcode", false, true) INITIALIZE_PASS_END(WriteDXILPass | |
Variables | |
dxil write | bitcode |
dxil write Write | Bitcode |
dxil write Write | false |
INITIALIZE_PASS_BEGIN | ( | WriteDXILPass | , |
"dxil-write-bitcode" | , | ||
"Write Bitcode" | , | ||
false | , | ||
true | |||
) |
dxil write bitcode |
Definition at line 192 of file DXILWriterPass.cpp.
dxil write Write Bitcode |
Definition at line 192 of file DXILWriterPass.cpp.
dxil write Write false |
Definition at line 192 of file DXILWriterPass.cpp.