LLVM 23.0.0git
llvm::dxil::DXILDebugInfoMap Class Reference

#include "Target/DirectX/DirectXIRPasses/DXILDebugInfo.h"

Public Types

using MDMap = DenseMap<const Metadata *, const Metadata *>

Public Attributes

MDMap MDExtra
 Enumerate extra metadata when Key is encountered in ValueEnumerator.
MDMap MDReplace
 Completely replace one metadata with another in ValueEnumerator.

Detailed Description

Definition at line 25 of file DXILDebugInfo.h.

Member Typedef Documentation

◆ MDMap

Member Data Documentation

◆ MDExtra

MDMap llvm::dxil::DXILDebugInfoMap::MDExtra

Enumerate extra metadata when Key is encountered in ValueEnumerator.

Definition at line 30 of file DXILDebugInfo.h.

◆ MDReplace

MDMap llvm::dxil::DXILDebugInfoMap::MDReplace

Completely replace one metadata with another in ValueEnumerator.

Definition at line 33 of file DXILDebugInfo.h.


The documentation for this class was generated from the following file: