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

Method Iterator

lib/Bytecode/Reader/BytecodeReader.cpp:791–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789 class Iterator {
790 public:
791 Iterator(DebugInfoReader &reader, uint64_t opIndex)
792 : reader(reader), opIndex(opIndex) {}
793
794 /// Return the next debug info attribute for the current operation.
795 template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected