Home
last modified time | relevance | path

Searched refs:DW_TAG_subprogram (Results 1 – 25 of 55) sorted by relevance

123

/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dtrace-crash.S108 .byte 2 # Abbrev [2] 0x26:0x4c DW_TAG_subprogram
145 .byte 7 # Abbrev [7] 0x79:0x1d DW_TAG_subprogram
177 .byte 46 # DW_TAG_subprogram
252 .byte 46 # DW_TAG_subprogram
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dtrace-crash.S108 .byte 2 # Abbrev [2] 0x26:0x4c DW_TAG_subprogram
145 .byte 7 # Abbrev [7] 0x79:0x1d DW_TAG_subprogram
177 .byte 46 # DW_TAG_subprogram
252 .byte 46 # DW_TAG_subprogram
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp60 case dwarf::DW_TAG_subprogram: in getChildDeclContext()
182 if ((Tag == dwarf::DW_TAG_subprogram && in getChildDeclContext()
H A DDWARFLinkerCompileUnit.cpp17 if (U.getOrigUnit().getDIEAtIndex(Idx).getTag() == dwarf::DW_TAG_subprogram) in inFunctionScope()
H A DDWARFLinker.cpp401 case dwarf::DW_TAG_subprogram: in dieNeedsChildrenToBeMeaningful()
525 case dwarf::DW_TAG_subprogram: in shouldKeepDIE()
795 Current.Die.getTag() != dwarf::DW_TAG_subprogram && in lookForDIEsToKeep()
1417 if (Die->getTag() == dwarf::DW_TAG_subprogram) in cloneDIE()
1421 if (Abbrev->getTag() == dwarf::DW_TAG_subprogram) { in cloneDIE()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp112 case dwarf::DW_TAG_subprogram: in GetParentDeclContextDIE()
189 case dwarf::DW_TAG_subprogram: in hasInlineInfo()
242 if (Tag == dwarf::DW_TAG_subprogram || Tag == dwarf::DW_TAG_lexical_block) { in parseInlineInfo()
353 case dwarf::DW_TAG_subprogram: { in handleDie()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp448 !(Die.getTag() == DW_TAG_subprogram && in verifyDieRanges()
449 ParentRI.Die.getTag() == DW_TAG_subprogram); in verifyDieRanges()
527 if (DieTag == DW_TAG_inlined_subroutine && RefTag == DW_TAG_subprogram) in verifyDebugInfoAttribute()
532 if (DieTag == DW_TAG_GNU_call_site && RefTag == DW_TAG_subprogram) in verifyDebugInfoAttribute()
1381 auto IncludeLinkageName = Die.getTag() == DW_TAG_subprogram || in verifyNameIndexCompleteness()
1425 case DW_TAG_subprogram: in verifyNameIndexCompleteness()
H A DDWARFDie.cpp338 bool DWARFDie::isSubprogramDIE() const { return getTag() == DW_TAG_subprogram; } in isSubprogramDIE()
342 return Tag == DW_TAG_subprogram || Tag == DW_TAG_inlined_subroutine; in isSubroutineDIE()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dgdb-index.cc428 case elfcpp::DW_TAG_subprogram: in visit_die()
527 case elfcpp::DW_TAG_subprogram: in visit_die_for_decls()
666 if (child.tag() == elfcpp::DW_TAG_subprogram) in guess_full_class_name()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dgdb-index.cc428 case elfcpp::DW_TAG_subprogram: in visit_die()
527 case elfcpp::DW_TAG_subprogram: in visit_die_for_decls()
666 if (child.tag() == elfcpp::DW_TAG_subprogram) in guess_full_class_name()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp373 …if (isType(C.getTag()) || (C.getTag() == dwarf::DW_TAG_subprogram && isType(C.getParent()->getTag(… in computeHash()
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf.h110 #define DW_TAG_subprogram 0x2e macro
H A Ddwarf_dump.c1494 case DW_TAG_subprogram: in dwarf_get_TAG_name()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDwarf.cc492 case DW_TAG_subprogram: in parseChild()
797 case DW_TAG_subprogram: in read_hwcprof_info()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDwarf.cc490 case DW_TAG_subprogram: in parseChild()
793 case DW_TAG_subprogram: in read_hwcprof_info()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp133 if (D.getTag() == dwarf::DW_TAG_subprogram) in addCompileUnit()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2ctf.cc967 else if (dw_get_die_tag (die) == DW_TAG_subprogram) in ctf_do_die()
H A Ddwarf2out.cc6165 die = new_die (DW_TAG_subprogram, parent, decl); in maybe_create_die_with_external_ref()
7720 && (is_type_die (c) || c->die_tag == DW_TAG_subprogram)) in die_checksum_ordered()
8109 if (!is_type_die (die) && die->die_tag != DW_TAG_subprogram) in is_template_instantiation()
8159 if (die->die_tag == DW_TAG_subprogram && ! is_declaration_die (die)) in contains_subprogram_definition()
8784 if (die->die_tag == DW_TAG_subprogram) in clone_tree_partial()
8802 if (die->die_tag != DW_TAG_subprogram) in clone_tree_partial()
11636 case DW_TAG_subprogram: in output_pubname()
22122 die = new_die_raw (DW_TAG_subprogram); in dwarf2out_vms_debug_main_pointer()
22242 || context_die->die_tag == DW_TAG_subprogram) in local_scope_p()
23536 subr_die = new_die (DW_TAG_subprogram, context_die, decl); in gen_subprogram_die()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp462 const bool IsFunction = Tag == dwarf::DW_TAG_subprogram; in collectStatsRecursive()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Ddibuilder.go37 DW_TAG_subprogram DwarfTag = 0x2E const
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c6019 die = new_die (DW_TAG_subprogram, parent, decl); in maybe_create_die_with_external_ref()
7574 && (is_type_die (c) || c->die_tag == DW_TAG_subprogram)) in die_checksum_ordered()
7963 if (!is_type_die (die) && die->die_tag != DW_TAG_subprogram) in is_template_instantiation()
8013 if (die->die_tag == DW_TAG_subprogram && ! is_declaration_die (die)) in contains_subprogram_definition()
8638 if (die->die_tag == DW_TAG_subprogram) in clone_tree_partial()
8656 if (die->die_tag != DW_TAG_subprogram) in clone_tree_partial()
11474 case DW_TAG_subprogram: in output_pubname()
21434 die = new_die_raw (DW_TAG_subprogram); in dwarf2out_vms_debug_main_pointer()
21554 || context_die->die_tag == DW_TAG_subprogram) in local_scope_p()
22838 subr_die = new_die (DW_TAG_subprogram, context_die, decl); in gen_subprogram_die()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DSourceLevelDebugging.rst1038 DW_TAG_subprogram [7] *
1069 DW_TAG_subprogram [3]
1840 ``DW_TAG_subprogram`` that has address attributes: ``DW_AT_low_pc``,
1932 "``.apple_objc``" section should contain all ``DW_TAG_subprogram`` DIEs for an
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Ddwarf.c2048 || abbrev->tag == DW_TAG_subprogram) in find_address_ranges()
3216 is_function = (abbrev->tag == DW_TAG_subprogram in read_function_entry()
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Ddwarf2.def111 DW_TAG (DW_TAG_subprogram, 0x2e)
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Ddwarf.c2061 || abbrev->tag == DW_TAG_subprogram in find_address_ranges()
3251 is_function = (abbrev->tag == DW_TAG_subprogram in read_function_entry()

123