| 581 | class DebugInfoWriter { |
| 582 | public: |
| 583 | DebugInfoWriter(StringManager &strMgr) : strMgr(strMgr) {} |
| 584 | |
| 585 | /// This method gets or creates an index for an operation. |
| 586 | uint64_t getOpIndex(Operation *op) { |
nothing calls this directly
no outgoing calls
no test coverage detected