Home
last modified time | relevance | path

Searched refs:DW_AT_explicit (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDIEHash.h60 DIEValue DW_AT_explicit; member
HDDIEHash.cpp158 COLLECT_ATTR(DW_AT_explicit); in collectAttributes()
399 ADD_ATTR(Attrs.DW_AT_explicit); in hashAttributes()
HDDwarfUnit.cpp1242 addFlag(SPDie, dwarf::DW_AT_explicit); in applySubprogramAttributes()
/NextBSD/contrib/elftoolchain/libdwarf/
HDdwarf.h196 #define DW_AT_explicit 0x63 macro
HDdwarf_dump.c147 case DW_AT_explicit: in dwarf_get_AT_name()
/NextBSD/contrib/llvm/include/llvm/Support/
HDDwarf.h174 DW_AT_explicit = 0x63, enumerator
/NextBSD/contrib/binutils/include/elf/
HDdwarf2.h333 DW_AT_explicit = 0x63, enumerator
HDChangeLog217 DW_AT_explicit, DW_AT_object_pointer, DW_AT_endianity,
/NextBSD/contrib/llvm/lib/Support/
HDDwarf.cpp128 case DW_AT_explicit: return "DW_AT_explicit"; in AttributeString()
/NextBSD/contrib/gcc/
HDdwarf2.h331 DW_AT_explicit = 0x63, enumerator
HDChangeLog-200610651 DW_AT_explicit, DW_AT_object_pointer, DW_AT_endianity,
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp6562 … case DW_AT_explicit: is_explicit = form_value.Boolean(); break; in ParseType()