Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assembleInlines (0.26 sec)

  1. src/cmd/compile/internal/dwarfgen/dwinl.go

    	DeclCol  uint
    }
    
    // This is the main entry point for collection of raw material to
    // drive generation of DWARF "inlined subroutine" DIEs. See proposal
    // 22080 for more details and background info.
    func assembleInlines(fnsym *obj.LSym, dwVars []*dwarf.Var) dwarf.InlCalls {
    	var inlcalls dwarf.InlCalls
    
    	if base.Debug.DwarfInl != 0 {
    		base.Ctxt.Logf("assembling DWARF inlined routine info for %v\n", fnsym.Name)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:45:07 UTC 2024
    - 12.8K bytes
    - Viewed (0)
Back to top