MCPcopy Create free account
hub / github.com/google/pprof / Binutils

Struct Binutils

internal/binutils/binutils.go:40–43  ·  view source on GitHub ↗

A Binutils implements plugin.ObjTool by invoking the GNU binutils.

Source from the content-addressed store, hash-verified

38
39// A Binutils implements plugin.ObjTool by invoking the GNU binutils.
40type Binutils struct {
41 mu sync.Mutex
42 rep *binrep
43}
44
45var (
46 objdumpLLVMVerRE = regexp.MustCompile(`LLVM version (?:(\d*)\.(\d*)\.(\d*)|.*(trunk).*)`)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected