LLVM 20.0.0git
|
#include "DXILWriterPass.h"
#include "DXILBitcodeWriter.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Analysis/ModuleSummaryAnalysis.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/GlobalVariable.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 |
dxil write bitcode |
Definition at line 99 of file DXILWriterPass.cpp.
dxil write Write Bitcode |
Definition at line 99 of file DXILWriterPass.cpp.
dxil write Write false |
Definition at line 99 of file DXILWriterPass.cpp.