Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/SPIRV-Tools
/ ContainsDebugInfo
Method
ContainsDebugInfo
source/opt/module.h:140–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
// Sets |contains_debug_info_| as true.
139
inline void SetContainsDebugInfo();
140
inline bool ContainsDebugInfo() { return contains_debug_info_; }
141
142
// Returns a vector of pointers to type-declaration instructions in this
143
// module.
Callers
1
Run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected