const internal/abi.FuncIDWrapper
8 uses
internal/abi (current package)
symtab.go#L95: FuncIDWrapper // any autogenerated code (hash/eq algorithms, method wrappers, etc.)
runtime
mprof.go#L600: if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(lastFuncID) {
panic.go#L1131: case abi.FuncIDWrapper:
symtab.go#L157: if snext.funcID == abi.FuncIDWrapper && elideWrapperCalling(sf.funcID) {
symtab.go#L284: if funcID == abi.FuncIDWrapper && elideWrapperCalling(calleeID) {
traceback.go#L631: if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(u.calleeFuncID) {
traceback.go#L1131: if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(calleeID) {
tracestack.go#L333: if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(lastFuncID) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)