Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newLLVMSymbolizer (0.13 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/binutils/addr2liner_llvm.go

    func (a *llvmSymbolizerJob) close() {
    	a.in.Close()
    	a.cmd.Wait()
    }
    
    // newLLVMSymbolizer starts the given llvmSymbolizer command reporting
    // information about the given executable file. If file is a shared
    // library, base should be the address at which it was mapped in the
    // program under consideration.
    func newLLVMSymbolizer(cmd, file string, base uint64, isData bool) (*llvmSymbolizer, error) {
    	if cmd == "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top