Searched refs:DW_AT_language (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
H A D | DWARFLinkerCompileUnit.h |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.cpp |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.h |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFLinkerCompileUnit.h | 118 if (auto Lang = dwarf::toUnsigned(CUDie.find(dwarf::DW_AT_language))) in CompileUnit()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_attr.c | 281 if ((at = _dwarf_attr_find(die, DW_AT_language)) == NULL) { in dwarf_srclang()
|
H A D | dwarf.h | 132 #define DW_AT_language 0x13 macro
|
H A D | dwarf_dump.c | 169 case DW_AT_language: in dwarf_get_AT_name()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFTypePrinter.cpp | 33 D.getDwarfUnit()->getUnitDIE().find(DW_AT_language)) in appendArrayType()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 45 Language = dwarf::toUnsigned(Die.find(dwarf::DW_AT_language), 0); in CUInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 722 case DW_AT_language: in AttributeValueString()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFUnit.cpp | 802 m_language_type = die->GetAttributeValueAsUnsigned(this, DW_AT_language, 0); in GetDWARFLanguageType()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.cpp | 149 UnitDie.find(dwarf::DW_AT_language)) { in link()
|
H A D | DWARFLinkerCompileUnit.cpp | 55 if (std::optional<DWARFFormValue> Val = CUDie.find(dwarf::DW_AT_language)) { in CompileUnit()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | dwarf.c | 1986 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 D | DwarfDebug.cpp | 1022 NewCU.addUInt(Die, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in finishUnitAttributes() 3461 NewTU.addUInt(UnitDie, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in addDwarfTypeUnitType()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 808 EmitAbbrev(MCOS, dwarf::DW_AT_language, dwarf::DW_FORM_data2); in EmitGenDwarfAbbrev()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 5443 case DW_AT_language: in dump_dwarf_die()
|