const internal/abi.FuncIDWrapper

5 uses

	internal/abi (current package)
		symtab.go#L63: 	FuncIDWrapper // any autogenerated code (hash/eq algorithms, method wrappers, etc.)

	runtime
		symtab.go#L224: 		if funcID == abi.FuncIDWrapper && elideWrapperCalling(calleeID) {
		trace.go#L1384: 			if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(lastFuncID) {
		traceback.go#L635: 			if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(u.calleeFuncID) {
		traceback.go#L1140: 	if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(calleeID) {