Signature of function

Does Kotlin have signature like kotlin.reflect.jvm.internal.KFunctionImpl.signature somewhere outside internals? I want to use it for searching methods/functions by signatures.

Or any other way to have bytecode-like signature from Kotlin KFunction?