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

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDwarf.cpp39 case DW_TAG_unspecified_parameters: return "DW_TAG_unspecified_parameters";
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDefines.cpp452 case DW_TAG_unspecified_parameters : return TagCategoryVariable;
H A DDWARFDebugInfoEntry.cpp2101 case DW_TAG_unspecified_parameters : break;
/freebsd-10.0-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.0-release/contrib/binutils/include/elf/
H A Ddwarf2.h151 DW_TAG_unspecified_parameters = 0x18, enumerator in enum:dwarf_tag
/freebsd-10.0-release/contrib/gcc/
H A Ddwarf2.h151 DW_TAG_unspecified_parameters = 0x18, enumerator in enum:dwarf_tag
H A Ddwarf2out.c4457 case DW_TAG_unspecified_parameters:
4458 return "DW_TAG_unspecified_parameters";
11513 new_die (DW_TAG_unspecified_parameters, context_die, decl_or_type);
11517 DW_TAG_unspecified_parameters DIE) to represent the types of the formal
11562 DW_TAG_unspecified_parameters DIE to the end of the parameter list. */
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h90 DW_TAG_unspecified_parameters = 0x18, enumerator in enum:llvm::dwarf::dwarf_constants
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1147 tag != DW_TAG_unspecified_parameters) {
1180 else if (tag == DW_TAG_unspecified_parameters &&
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DDebugInfo.cpp265 /// DW_TAG_unspecified_parameters.
267 return DbgNode && getTag() == dwarf::DW_TAG_unspecified_parameters;
H A DDIBuilder.cpp752 GetTagConstant(VMContext, dwarf::DW_TAG_unspecified_parameters)
/freebsd-10.0-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.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp913 DIE *Arg = new DIE(dwarf::DW_TAG_unspecified_parameters);
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp503 // DW_TAG_unspecified_parameters DIE abbrev (3).
505 MCOS->EmitULEB128IntValue(dwarf::DW_TAG_unspecified_parameters);
717 // The DW_TAG_unspecified_parameters DIE abbrev (3).
720 // Add the NULL DIE terminating the DW_TAG_unspecified_parameters DIE's.
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddwarf.c477 case DW_TAG_unspecified_parameters: return "DW_TAG_unspecified_parameters";

Completed in 204 milliseconds