pub fn blockAddrConst( self: *Builder, function: Function.Index, block: Function.Block.Index, ) Allocator.Error!Constant
pub fn blockAddrConst( self: *Builder, function: Function.Index, block: Function.Block.Index, ) Allocator.Error!Constant { try self.ensureUnusedConstantCapacity(1, Constant.BlockAddress, 0); return self.blockAddrConstAssumeCapacity(function, block); }