Searched refs:DW_INL_inlined (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/include/
H A Ddwarf2.h219 DW_INL_inlined = 1, enumerator in enum:dwarf_inline_attribute
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Ddwarf2.h212 DW_INL_inlined = 1, enumerator in enum:dwarf_inline_attribute
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-objcp-common.c221 return DW_INL_inlined;
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Ddwarf2.h212 DW_INL_inlined = 1, enumerator in enum:dwarf_inline_attribute
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Ddwarf2.h212 DW_INL_inlined = 1, enumerator in enum:dwarf_inline_attribute
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-objcp-common.cc224 return DW_INL_inlined;
/netbsd-current/external/gpl3/gcc/dist/include/
H A Ddwarf2.h219 DW_INL_inlined = 1, enumerator in enum:dwarf_inline_attribute
/netbsd-current/external/gpl3/gdb/dist/include/
H A Ddwarf2.h219 DW_INL_inlined = 1, enumerator in enum:dwarf_inline_attribute
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DDwarf.h341 DW_INL_inlined = 0x01, enumerator in enum:llvm::dwarf::InlineAttribute
/netbsd-current/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DDwarf.cpp415 case DW_INL_inlined:
416 return "DW_INL_inlined";
/netbsd-current/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf.h792 #define DW_INL_inlined 0x01 macro
H A Ddwarf_dump.c830 case DW_INL_inlined:
831 *s = "DW_INL_inlined"; break;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1108 ContextCU->addUInt(*AbsDef, dwarf::DW_AT_inline, None, dwarf::DW_INL_inlined);
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c2626 case DW_INL_inlined:
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c3096 case DW_INL_inlined:
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddwarf.c2679 case DW_INL_inlined:
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dread.c19125 if (DW_UNSND (&attr) == DW_INL_inlined
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dread.c12089 && (attr->as_nonnegative () == DW_INL_inlined
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c22592 add_AT_unsigned (old_die, DW_AT_inline, DW_INL_inlined);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc23290 add_AT_unsigned (old_die, DW_AT_inline, DW_INL_inlined);

Completed in 600 milliseconds