MCPcopy Create free account
hub / github.com/NVIDIA/cuda-tile / DebugInfoWriter

Method DebugInfoWriter

lib/Bytecode/Writer/BytecodeWriter.cpp:583–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581class DebugInfoWriter {
582public:
583 DebugInfoWriter(StringManager &strMgr) : strMgr(strMgr) {}
584
585 /// This method gets or creates an index for an operation.
586 uint64_t getOpIndex(Operation *op) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected