LLVM 20.0.0git
|
#include "llvm/Analysis/DXILMetadataAnalysis.h"
#include "llvm/ADT/APInt.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Metadata.h"
#include "llvm/IR/Module.h"
#include "llvm/InitializePasses.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "dxil-metadata-analysis" |
Functions | |
static ModuleMetadataInfo | collectMetadataInfo (Module &M) |
#define DEBUG_TYPE "dxil-metadata-analysis" |
Definition at line 17 of file DXILMetadataAnalysis.cpp.
|
static |
Definition at line 22 of file DXILMetadataAnalysis.cpp.
References llvm::dxil::ModuleMetadataInfo::DXILVersion, llvm::dxil::ModuleMetadataInfo::ShaderModelVersion, and llvm::dxil::ModuleMetadataInfo::ShaderStage.
Referenced by llvm::DXILMetadataAnalysis::run(), and llvm::DXILMetadataAnalysisWrapperPass::runOnModule().