WithSymbols indicates import directory is parsed for imported symbols.
()
| 89 | |
| 90 | // WithSymbols indicates import directory is parsed for imported symbols. |
| 91 | func WithSymbols() Option { |
| 92 | return func(o *opts) { |
| 93 | o.parseSymbols = true |
| 94 | } |
| 95 | } |
| 96 | |
| 97 | // WithSections indicates section header is parsed. |
| 98 | func WithSections() Option { |
no outgoing calls