func internal/coverage/rtcov.AddMeta

2 uses

	internal/coverage/rtcov (current package)
		rtcov.go#L63: func AddMeta(p unsafe.Pointer, dlen uint32, hash [16]byte, pkgpath string, pkgid int, cmode uint8, cgran uint8) uint32 {

	runtime
		covermeta.go#L15: 	id := rtcov.AddMeta(p, dlen, hash, pkgpath, pkgid, cmode, cgran)