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

Struct llvmSymbolizerJob

internal/binutils/addr2liner_llvm.go:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44type llvmSymbolizerJob struct {
45 cmd *exec.Cmd
46 in io.WriteCloser
47 out *bufio.Reader
48 // llvm-symbolizer requires the symbol type, CODE or DATA, for symbolization.
49 symType string
50}
51
52func (a *llvmSymbolizerJob) write(s string) error {
53 _, err := fmt.Fprintln(a.in, a.symType, s)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected