LLVM 24.0.0git
DXILDebugInfo.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "dx-debug-info"

Functions

static bool lowerDXILDebugInfo (Module &M)
 INITIALIZE_PASS (DXILDebugInfoLegacy, DEBUG_TYPE, "DXIL Debug Info", false, false) ModulePass *llvm

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "dx-debug-info"

Definition at line 23 of file DXILDebugInfo.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( DXILDebugInfoLegacy ,
DEBUG_TYPE ,
"DXIL Debug Info" ,
false ,
false  )

Definition at line 212 of file DXILDebugInfo.cpp.

References llvm::createDXILDebugInfoLegacyPass(), and DEBUG_TYPE.

◆ lowerDXILDebugInfo()