Home
last modified time | relevance | path

Searched refs:DW_AT_external (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lld/Common/
H A DDWARF.cpp44 if (!dwarf::toUnsigned(die.find(dwarf::DW_AT_external), 0)) in DWARFCache()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h168 #define DW_AT_external 0x3f macro
H A Ddwarf_dump.c141 case DW_AT_external: in dwarf_get_AT_name()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1346 addFlag(SPDie, dwarf::DW_AT_external); in applySubprogramAttributes()
1765 addFlag(StaticMemberDIE, dwarf::DW_AT_external); in getOrCreateStaticMemberDIE()
H A DDwarfDebug.cpp2468 if (SpecDIE.findAttribute(dwarf::DW_AT_external)) in computeIndexValue()
2470 } else if (Die->findAttribute(dwarf::DW_AT_external)) in computeIndexValue()
H A DDwarfCompileUnit.cpp192 addFlag(*VariableDIE, dwarf::DW_AT_external); in getOrCreateGlobalVariableDIE()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp356 case dwarf::DW_AT_external: in processOneAttribute()
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c1061 if (dwarf_attrval_flag(die, DW_AT_external, &flag, &de) != in search_line_attr()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c458 return (die_bool(dw, die, DW_AT_external, &ext, 0) && ext); in die_isglobal()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp358 case DW_AT_external: in ParsedDWARFTypeAttributes()
H A DSymbolFileDWARF.cpp3505 case DW_AT_external: in ParseVariableDIE()