Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDIE.cpp381 if (DWARFDIE spec = die.GetReferencedDIE(DW_AT_signature)) { in GetDeclContextImpl()
438 if (DWARFDIE spec = die.GetReferencedDIE(DW_AT_signature)) { in GetTypeLookupContextImpl()
HDDWARFASTParserClang.cpp380 case DW_AT_signature: in ParsedDWARFTypeAttributes()
/freebsd-head/contrib/elftoolchain/libdwarf/
HDdwarf.h210 #define DW_AT_signature 0x69 macro
HDdwarf_dump.c217 case DW_AT_signature: in dwarf_get_AT_name()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDie.cpp327 if (auto Attr = find(DW_AT_signature)) { in resolveTypeUnitReference()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.cpp364 addAttribute(Die, dwarf::DW_AT_signature, dwarf::DW_FORM_ref_sig8, in addDIETypeSignature()