LLVM 19.0.0git
Functions
DXILMetadata.cpp File Reference
#include "DXILMetadata.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Metadata.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/VersionTuple.h"
#include "llvm/TargetParser/Triple.h"

Go to the source code of this file.

Functions

static StringRef getShortShaderStage (Triple::EnvironmentType Env)
 
static uint32_t getShaderStage (Triple::EnvironmentType Env)
 

Function Documentation

◆ getShaderStage()

static uint32_t getShaderStage ( Triple::EnvironmentType  Env)
static

Definition at line 84 of file DXILMetadata.cpp.

References llvm::Triple::Pixel.

◆ getShortShaderStage()

static StringRef getShortShaderStage ( Triple::EnvironmentType  Env)
static