go/src/cmd/internal/objabi/funcid.go

var funcIDs

// Get the function ID for the named function in the named file.
// The function should be package-qualified.
func GetFuncID(name string, isWrapper bool) abi.FuncID {}