Searched refs:DW_ACCESS_protected (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h154 DW_ACCESS_protected = 0x02, enumerator in enum:llvm::dwarf::AccessAttribute
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2.h631 DW_ACCESS_protected = 2, enumerator in enum:dwarf_access_attribute
H A Ddwarf2out.c11876 add_AT_unsigned (subr_die, DW_AT_accessibility, DW_ACCESS_protected);
12165 add_AT_unsigned (var_die, DW_AT_accessibility, DW_ACCESS_protected);
12358 add_AT_unsigned (decl_die, DW_AT_accessibility, DW_ACCESS_protected);
12489 add_AT_unsigned (die, DW_AT_accessibility, DW_ACCESS_protected);
/freebsd-11-stable/contrib/binutils/include/elf/
H A Ddwarf2.h626 DW_ACCESS_protected = 2, enumerator in enum:dwarf_access_attribute
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp269 case DW_ACCESS_protected:
270 return "DW_ACCESS_protected";
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf.h490 #define DW_ACCESS_protected 0x02 macro
H A Ddwarf_dump.c41 case DW_ACCESS_protected:
42 *s = "DW_ACCESS_protected"; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1303 dwarf::DW_ACCESS_protected);
1548 dwarf::DW_ACCESS_protected);
1599 dwarf::DW_ACCESS_protected);
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c1289 case DW_ACCESS_protected: printf ("(protected)"); break;
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c2789 case DW_ACCESS_protected:
2926 case DW_ACCESS_protected:
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp69 case DW_ACCESS_protected:

Completed in 299 milliseconds