MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / SetTargetPointer

Method SetTargetPointer

source/opt/types.h:652–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650
651 uint32_t target_id() const { return target_id_; }
652 void SetTargetPointer(const Pointer* pointer) { pointer_ = pointer; }
653 spv::StorageClass storage_class() const { return storage_class_; }
654 const Pointer* target_pointer() const { return pointer_; }
655

Callers 3

AnalyzeTypesMethod · 0.80
RebuildTypeMethod · 0.80
RemoveDuplicateTypesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected