Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for debugInfo (0.22 sec)

  1. src/cmd/compile/internal/ssa/debug.go

    	state.lists[varID] = list
    }
    
    // PutLocationList adds list (a location list in its intermediate representation) to listSym.
    func (debugInfo *FuncDebug) PutLocationList(list []byte, ctxt *obj.Link, listSym, startPC *obj.LSym) {
    	getPC := debugInfo.GetPC
    
    	if ctxt.UseBASEntries {
    		listSym.WriteInt(ctxt, listSym.Size, ctxt.Arch.PtrSize, ^0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/dwarf.go

    // sub-symbols in that section. Note that for some sections (eg:
    // .debug_abbrev), the section symbol is all there is (all content is
    // contained in it). For other sections (eg: .debug_info), the section
    // symbol is empty and all the content is in the sub-symbols. Finally
    // there are some sections (eg: .debug_ranges) where it is a mix (both
    // the section symbol and the sub-symbols have content)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

      // flow frame.
      while (!control_flow_info[src_node->id()].frame_name.empty()) {
        NodeDebugInfo debug_info(*src_node);
        NodeBuilder enter_builder(options.GetNameForOp("Enter"), "Enter",
                                  options.op_registry(), &debug_info);
        enter_builder.Attr("frame_name",
                           control_flow_info[src_node->id()].frame_name);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
Back to top