Searched refs:DW_TAG_restrict_type (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDwarf.cpp70 case DW_TAG_restrict_type: return "DW_TAG_restrict_type";
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DDebugInfo.cpp201 case dwarf::DW_TAG_restrict_type:
455 Tag != dwarf::DW_TAG_restrict_type &&
602 Tag != dwarf::DW_TAG_restrict_type)
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDefines.cpp483 case DW_TAG_restrict_type : return TagCategoryType;
H A DDWARFDebugInfoEntry.cpp1746 case DW_TAG_restrict_type: s.PutCString("restrict "); break;
2132 case DW_TAG_restrict_type : break;
H A DSymbolFileDWARF.cpp5686 case DW_TAG_restrict_type:
5764 case DW_TAG_restrict_type: encoding_data_type = Type::eEncodingIsRestrictUID; break;
/freebsd-10.0-release/lib/libdwarf/
H A Ddwarf.h81 #define DW_TAG_restrict_type 0x37 macro
H A Ddwarf_dump.c348 case DW_TAG_restrict_type:
349 return "DW_TAG_restrict_type";
/freebsd-10.0-release/contrib/binutils/include/elf/
H A Ddwarf2.h183 DW_TAG_restrict_type = 0x37, enumerator in enum:dwarf_tag
/freebsd-10.0-release/contrib/gcc/
H A Ddwarf2.h183 DW_TAG_restrict_type = 0x37, enumerator in enum:dwarf_tag
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h121 DW_TAG_restrict_type = 0x37, enumerator in enum:llvm::dwarf::dwarf_constants
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1672 { DW_TAG_restrict_type, 0, die_restrict_create },
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddwarf.c513 case DW_TAG_restrict_type: return "DW_TAG_restrict_type";
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddwarf2read.c6136 case DW_TAG_restrict_type:
6532 case DW_TAG_restrict_type:
6533 return "DW_TAG_restrict_type";
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp514 Tag = llvm::dwarf::DW_TAG_restrict_type;

Completed in 320 milliseconds