Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withXlogue (0.2 sec)

  1. src/cmd/internal/src/xpos.go

    		panic("Assigning a bogus line to XPos with no file will cause mysterious downstream failures.")
    	}
    	p.lico = makeBogusLico()
    	return p
    }
    
    // WithXlogue returns the same location but marked with DWARF function prologue/epilogue
    func (p XPos) WithXlogue(x PosXlogue) XPos {
    	p.lico = p.lico.withXlogue(x)
    	return p
    }
    
    // LineNumber returns a string for the line number, "?" if it is not known.
    func (p XPos) LineNumber() string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 01 15:52:41 UTC 2023
    - 4.9K bytes
    - Viewed (0)
Back to top