Searched refs:DW_AT_external (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/Common/
H A DDWARF.cpp44 if (!dwarf::toUnsigned(die.find(dwarf::DW_AT_external), 0))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp64 !dwarf::toUnsigned(DIE.find(dwarf::DW_AT_external), 0))
/freebsd-12-stable/contrib/gcc/
H A Ddwarf2.h294 DW_AT_external = 0x3f, enumerator in enum:dwarf_attribute
H A Ddwarf2out.c4642 case DW_AT_external:
4643 return "DW_AT_external";
11861 add_AT_flag (subr_die, DW_AT_external, 1);
12159 add_AT_flag (var_die, DW_AT_external, 1);
/freebsd-12-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf.h160 #define DW_AT_external 0x3f macro
H A Ddwarf_dump.c141 case DW_AT_external:
142 *s = "DW_AT_external"; break;
/freebsd-12-stable/contrib/binutils/include/elf/
H A Ddwarf2.h296 DW_AT_external = 0x3f, enumerator in enum:dwarf_attribute
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddwarf2read.c4450 case DW_AT_external:
4493 /* Copy DW_AT_external attribute if it is set. */
5566 code here to turn a symbol with DW_AT_external and a
5675 attr2 = dwarf2_attr (die, DW_AT_external, cu);
5698 attr2 = dwarf2_attr (die, DW_AT_external, cu);
5709 attr2 = dwarf2_attr (die, DW_AT_external, cu);
5723 attr2 = dwarf2_attr (die, DW_AT_external, cu);
6660 case DW_AT_external:
6661 return "DW_AT_external";
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1282 addFlag(SPDie, dwarf::DW_AT_external);
1592 addFlag(StaticMemberDIE, dwarf::DW_AT_external);
H A DDwarfCompileUnit.cpp161 addFlag(*VariableDIE, dwarf::DW_AT_external);
H A DDwarfDebug.cpp2052 if (SpecDIE.findAttribute(dwarf::DW_AT_external))
2054 } else if (Die->findAttribute(dwarf::DW_AT_external))
/freebsd-12-stable/contrib/elftoolchain/nm/
H A Dnm.c1023 if (dwarf_attrval_flag(die, DW_AT_external, &flag, &de) !=
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c452 * Some compilers (gcc) use DW_AT_external to indicate function
458 return (die_bool(dw, die, DW_AT_external, &ext, 0) && ext);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp323 case DW_AT_external:
2497 case DW_AT_external:
H A DSymbolFileDWARF.cpp3274 case DW_AT_external:
/freebsd-12-stable/contrib/binutils/bfd/
H A Ddwarf2.c1814 case DW_AT_external:
/freebsd-12-stable/contrib/binutils/binutils/
H A Ddwarf.c1440 case DW_AT_external: return "DW_AT_external";

Completed in 473 milliseconds