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

Method DebugInfoReader

lib/Bytecode/Reader/BytecodeReader.cpp:786–787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784class DebugInfoReader {
785public:
786 DebugInfoReader(MLIRContext &context, EncodingReader &masterReader)
787 : context(context), masterReader(masterReader) {}
788
789 class Iterator {
790 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected