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