Searched refs:DW_TAG_inheritance (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDwarf.cpp43 case DW_TAG_inheritance: return "DW_TAG_inheritance";
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDefines.cpp456 case DW_TAG_inheritance : return TagCategoryType;
H A DDWARFDebugInfoEntry.cpp2105 case DW_TAG_inheritance : break;
H A DSymbolFileDWARF.cpp1667 case DW_TAG_inheritance:
2118 case DW_TAG_inheritance:
2123 // TODO: implement DW_TAG_inheritance type parsing
6206 case DW_TAG_inheritance:
/freebsd-10.0-release/lib/libdwarf/
H A Ddwarf.h53 #define DW_TAG_inheritance 0x1c macro
H A Ddwarf_dump.c318 case DW_TAG_inheritance:
319 return "DW_TAG_inheritance";
/freebsd-10.0-release/contrib/binutils/include/elf/
H A Ddwarf2.h155 DW_TAG_inheritance = 0x1c, enumerator in enum:dwarf_tag
/freebsd-10.0-release/contrib/gcc/
H A Ddwarf2.h155 DW_TAG_inheritance = 0x1c, enumerator in enum:dwarf_tag
H A Ddwarf2out.c4465 case DW_TAG_inheritance:
4466 return "DW_TAG_inheritance";
12408 dw_die_ref die = new_die (DW_TAG_inheritance, context_die, binfo);
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h94 DW_TAG_inheritance = 0x1c, enumerator in enum:llvm::dwarf::dwarf_constants
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp846 if (Tag == dwarf::DW_TAG_inheritance) Tag = dwarf::DW_TAG_reference_type;
1631 if (DT.getTag() == dwarf::DW_TAG_inheritance
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DDebugInfo.cpp203 case dwarf::DW_TAG_inheritance:
H A DDIBuilder.cpp335 GetTagConstant(VMContext, dwarf::DW_TAG_inheritance),
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddwarf2read.c2584 if (die->tag != DW_TAG_inheritance)
2716 else if (die->tag == DW_TAG_inheritance)
3099 else if (child_die->tag == DW_TAG_inheritance)
3194 || child_die->tag == DW_TAG_inheritance)
6478 case DW_TAG_inheritance:
6479 return "DW_TAG_inheritance";
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddwarf.c481 case DW_TAG_inheritance: return "DW_TAG_inheritance";

Completed in 481 milliseconds