#ifndef SLANG_IR_INSERT_DEBUG_VALUE_STORE_H #define SLANG_IR_INSERT_DEBUG_VALUE_STORE_H namespace Slang { struct IRModule; void insertDebugValueStore(IRModule* module); } #endif // SLANG_IR_INSERT_DEBUG_VALUE_STORE_H