Home
last modified time | relevance | path

Searched refs:DW_AT_language (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp52 Language = dwarf::toUnsigned(CU.find(dwarf::DW_AT_language), 0); in getLanguage()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h118 if (auto Lang = dwarf::toUnsigned(CUDie.find(dwarf::DW_AT_language))) in CompileUnit()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_attr.c281 if ((at = _dwarf_attr_find(die, DW_AT_language)) == NULL) { in dwarf_srclang()
H A Ddwarf.h132 #define DW_AT_language 0x13 macro
H A Ddwarf_dump.c169 case DW_AT_language: in dwarf_get_AT_name()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp76 .addScalarAttribute(dwarf::DW_AT_language, in createDIETree()
H A DDWARFLinkerImpl.cpp151 UnitDie.find(dwarf::DW_AT_language)) { in link()
H A DDWARFLinkerCompileUnit.cpp55 if (std::optional<DWARFFormValue> Val = CUDie.find(dwarf::DW_AT_language)) { in CompileUnit()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp33 D.getDwarfUnit()->getUnitDIE().find(DW_AT_language)) in appendArrayType()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp680 case DW_AT_language: in AttributeValueString()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp43 Language = dwarf::toUnsigned(Die.find(dwarf::DW_AT_language), 0); in CUInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp781 m_language_type = die->GetAttributeValueAsUnsigned(this, DW_AT_language, 0); in GetDWARFLanguageType()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1986 if (dwarf_attrval_unsigned(cu, DW_AT_language, &lang, &dw.dw_err) == 0) in dw_read()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1022 NewCU.addUInt(Die, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in finishUnitAttributes()
3473 NewTU.addUInt(UnitDie, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in addDwarfTypeUnitType()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp802 EmitAbbrev(MCOS, dwarf::DW_AT_language, dwarf::DW_FORM_data2); in EmitGenDwarfAbbrev()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c5443 case DW_AT_language: in dump_dwarf_die()