pub fn dsoLocalEquivalentConst(self: *Builder, function: Function.Index) Allocator.Error!Constant
pub fn dsoLocalEquivalentConst(self: *Builder, function: Function.Index) Allocator.Error!Constant { try self.ensureUnusedConstantCapacity(1, NoExtra, 0); return self.dsoLocalEquivalentConstAssumeCapacity(function); }