Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EmitEntryLiveness (1.81 sec)

  1. src/cmd/internal/obj/plist.go

    			s.Type = objabi.SNOPTRBSS
    		}
    	} else if flag&TLSBSS != 0 {
    		s.Type = objabi.STLSBSS
    	}
    }
    
    // EmitEntryLiveness generates PCDATA Progs after p to switch to the
    // liveness map active at the entry of function s. It returns the last
    // Prog generated.
    func (ctxt *Link) EmitEntryLiveness(s *LSym, p *Prog, newprog ProgAlloc) *Prog {
    	pcdata := ctxt.EmitEntryStackMap(s, p, newprog)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 01 15:52:41 UTC 2023
    - 11.5K bytes
    - Viewed (0)
Back to top