Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDIEHash.h78 DIEValue DW_AT_vtable_elem_location; member
HDDIEHash.cpp176 COLLECT_ATTR(DW_AT_vtable_elem_location); in collectAttributes()
417 ADD_ATTR(Attrs.DW_AT_vtable_elem_location); in hashAttributes()
HDDwarfUnit.cpp1200 addBlock(SPDie, dwarf::DW_AT_vtable_elem_location, Block); in applySubprogramAttributes()
/NextBSD/contrib/elftoolchain/libdwarf/
HDdwarf_loclist.c79 case DW_AT_vtable_elem_location: in dwarf_loclist_n()
HDdwarf.h174 #define DW_AT_vtable_elem_location 0x4d macro
HDdwarf_form.c462 case DW_AT_vtable_elem_location: in dwarf_get_form_class()
HDdwarf_dump.c251 case DW_AT_vtable_elem_location: in dwarf_get_AT_name()
/NextBSD/contrib/llvm/include/llvm/Support/
HDDwarf.h152 DW_AT_vtable_elem_location = 0x4d, enumerator
/NextBSD/contrib/binutils/include/elf/
HDdwarf2.h310 DW_AT_vtable_elem_location = 0x4d, enumerator
/NextBSD/contrib/llvm/lib/Support/
HDDwarf.cpp106 case DW_AT_vtable_elem_location: return "DW_AT_vtable_elem_location"; in AttributeString()
/NextBSD/contrib/gcc/
HDdwarf2.h308 DW_AT_vtable_elem_location = 0x4d, enumerator
HDdwarf2out.c4665 case DW_AT_vtable_elem_location: in dwarf_attr_name()
11011 add_AT_loc (die, DW_AT_vtable_elem_location, in add_pure_or_virtual_attribute()
/NextBSD/contrib/binutils/binutils/
HDdwarf.c1134 case DW_AT_vtable_elem_location: in read_and_display_attr_value()
1356 case DW_AT_vtable_elem_location: in read_and_display_attr_value()
1454 case DW_AT_vtable_elem_location: return "DW_AT_vtable_elem_location"; in get_AT_name()
/NextBSD/contrib/gdb/gdb/
HDdwarf2read.c2938 attr = dwarf2_attr (die, DW_AT_vtable_elem_location, cu); in dwarf2_add_member_fn()
6688 case DW_AT_vtable_elem_location: in dwarf_attr_name()
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c5315 case DW_AT_vtable_elem_location: in dump_dwarf_die()
6292 attr != DW_AT_vtable_elem_location) in search_loclist_at()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp6608 case DW_AT_vtable_elem_location: in ParseType()