Searched refs:DW_TAG_unspecified_parameters (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DDwarf.cpp41 case DW_TAG_unspecified_parameters: return "DW_TAG_unspecified_parameters";
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDefines.cpp452 case DW_TAG_unspecified_parameters : return TagCategoryVariable;
H A DDWARFDebugInfoEntry.cpp2103 case DW_TAG_unspecified_parameters : break;
H A DSymbolFileDWARF.cpp4354 case DW_TAG_unspecified_parameters:
/freebsd-10.1-release/lib/libdwarf/
H A Ddwarf.h49 #define DW_TAG_unspecified_parameters 0x18 macro
H A Ddwarf_dump.c376 case DW_TAG_unspecified_parameters:
377 return "DW_TAG_unspecified_parameters";
/freebsd-10.1-release/contrib/binutils/include/elf/
H A Ddwarf2.h151 DW_TAG_unspecified_parameters = 0x18, enumerator in enum:dwarf_tag
/freebsd-10.1-release/contrib/gcc/
H A Ddwarf2.h151 DW_TAG_unspecified_parameters = 0x18, enumerator in enum:dwarf_tag
H A Ddwarf2out.c4460 case DW_TAG_unspecified_parameters:
4461 return "DW_TAG_unspecified_parameters";
11583 new_die (DW_TAG_unspecified_parameters, context_die, decl_or_type);
11587 DW_TAG_unspecified_parameters DIE) to represent the types of the formal
11632 DW_TAG_unspecified_parameters DIE to the end of the parameter list. */
/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1211 tag != DW_TAG_unspecified_parameters) {
1244 else if (tag == DW_TAG_unspecified_parameters &&
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h89 DW_TAG_unspecified_parameters = 0x18,
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DDebugInfo.cpp237 /// DW_TAG_unspecified_parameters.
239 return DbgNode && getTag() == dwarf::DW_TAG_unspecified_parameters;
H A DDIBuilder.cpp863 GetTagConstant(VMContext, dwarf::DW_TAG_unspecified_parameters)
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddwarf2read.c3890 else if (child_die->tag == DW_TAG_unspecified_parameters)
5748 case DW_TAG_unspecified_parameters:
6470 case DW_TAG_unspecified_parameters:
6471 return "DW_TAG_unspecified_parameters";
/freebsd-10.1-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp490 // DW_TAG_unspecified_parameters DIE abbrev (3).
492 MCOS->EmitULEB128IntValue(dwarf::DW_TAG_unspecified_parameters);
706 // The DW_TAG_unspecified_parameters DIE abbrev (3).
709 // Add the NULL DIE terminating the DW_TAG_unspecified_parameters DIE's.
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp412 SPCU->createAndAddDIE(dwarf::DW_TAG_unspecified_parameters, *SPDie);
602 DIE *Ellipsis = new DIE(dwarf::DW_TAG_unspecified_parameters);
H A DDwarfCompileUnit.cpp1125 createAndAddDIE(dwarf::DW_TAG_unspecified_parameters, Buffer);
/freebsd-10.1-release/contrib/binutils/binutils/
H A Ddwarf.c477 case DW_TAG_unspecified_parameters: return "DW_TAG_unspecified_parameters";

Completed in 232 milliseconds