Home
last modified time | relevance | path

Searched refs:DW_AT_signature (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp381 if (DWARFDIE spec = die.GetReferencedDIE(DW_AT_signature)) { in GetDeclContextImpl()
438 if (DWARFDIE spec = die.GetReferencedDIE(DW_AT_signature)) { in GetTypeLookupContextImpl()
H A DDWARFASTParserClang.cpp380 case DW_AT_signature: in ParsedDWARFTypeAttributes()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h210 #define DW_AT_signature 0x69 macro
H A Ddwarf_dump.c217 case DW_AT_signature: in dwarf_get_AT_name()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp327 if (auto Attr = find(DW_AT_signature)) { in resolveTypeUnitReference()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp364 addAttribute(Die, dwarf::DW_AT_signature, dwarf::DW_FORM_ref_sig8, in addDIETypeSignature()