Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-tile
/ validateDebugInfo
Method
validateDebugInfo
lib/Bytecode/Writer/BytecodeWriter.cpp:709–711 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
707
}
708
709
LogicalResult validateDebugInfo(Operation *op) {
710
return validateDebugInfo(op, op->getLoc());
711
}
712
713
LogicalResult validateDebugInfo(Operation *op, Attribute attr) {
714
return TypeSwitch<Attribute, LogicalResult>(attr)
Callers
1
writeOperation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected