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

Method parseUnknown

lib/Bytecode/Reader/BytecodeReader.cpp:1080–1083  ·  view source on GitHub ↗

unknown =: DebugTag[Unknown]

Source from the content-addressed store, hash-verified

1078 // unknown =:
1079 // DebugTag[Unknown]
1080 LogicalResult parseUnknown(EncodingReader &reader, Attribute &unknown) {
1081 unknown = UnknownLoc::get(&context);
1082 return success();
1083 }
1084
1085 LogicalResult parseDebugInfo(uint8_t diTag, ArrayRef<uint8_t> diData,
1086 Attribute &diParsed) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected