Searched refs:DW_AT_external (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | DWARF.cpp | 44 if (!dwarf::toUnsigned(die.find(dwarf::DW_AT_external), 0)) in DWARFCache()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.cpp |
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf.h | 168 #define DW_AT_external 0x3f macro
|
H A D | dwarf_dump.c | 141 case DW_AT_external: in dwarf_get_AT_name()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 1346 addFlag(SPDie, dwarf::DW_AT_external); in applySubprogramAttributes() 1765 addFlag(StaticMemberDIE, dwarf::DW_AT_external); in getOrCreateStaticMemberDIE()
|
H A D | DwarfDebug.cpp | 2468 if (SpecDIE.findAttribute(dwarf::DW_AT_external)) in computeIndexValue() 2470 } else if (Die->findAttribute(dwarf::DW_AT_external)) in computeIndexValue()
|
H A D | DwarfCompileUnit.cpp | 192 addFlag(*VariableDIE, dwarf::DW_AT_external); in getOrCreateGlobalVariableDIE()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.cpp | 356 case dwarf::DW_AT_external: in processOneAttribute()
|
/freebsd/contrib/elftoolchain/nm/ |
H A D | nm.c | 1061 if (dwarf_attrval_flag(die, DW_AT_external, &flag, &de) != in search_line_attr()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | dwarf.c | 458 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 D | DWARFASTParserClang.cpp | 358 case DW_AT_external: in ParsedDWARFTypeAttributes()
|
H A D | SymbolFileDWARF.cpp | 3505 case DW_AT_external: in ParseVariableDIE()
|