[go-nuts] [gollvm] How to demangle the funcname?

2022-05-09 Thread MQTT Tactic
First I use LLVM PASS to extract all of the functions from the LLVM bitcode that compiled by `gollvm`. What I got is as follows: ``` github_0com_1emitter_x2dio_1emitter_1internal_1security_1cipher._64_7uint8..eq github_0com_1emitter_x2dio_1emitter_1internal_1security_1cipher._664_7uint8..eq githu

Re: [go-nuts] [gollvm] How to demangle the funcname?

2022-05-10 Thread MQTT Tactic
Oh, thanks! I will rewrite that. On Tuesday, May 10, 2022 at 2:56:28 AM UTC+8 Ian Lance Taylor wrote: > On Mon, May 9, 2022 at 8:59 AM MQTT Tactic wrote: > > > > First I use LLVM PASS to extract all of the functions from the LLVM > bitcode that compiled by `gollvm`. What I