const internal/abi.FuncIDWrapper

7 uses

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

	runtime
		mprof.go#L600: 				if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(lastFuncID) {
		symtab.go#L151: 				if snext.funcID == abi.FuncIDWrapper && elideWrapperCalling(sf.funcID) {
		symtab.go#L278: 		if funcID == abi.FuncIDWrapper && elideWrapperCalling(calleeID) {
		traceback.go#L630: 			if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(u.calleeFuncID) {
		traceback.go#L1130: 	if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(calleeID) {
		tracestack.go#L321: 			if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(lastFuncID) {