HomeSort by: relevance | last modified time | path
    Searched refs:DW_VIRTUALITY_none (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
attribute.c 246 case DW_VIRTUALITY_none:
257 return DW_VIRTUALITY_none;
read.c 12488 if (attr != nullptr && attr->as_virtuality () != DW_VIRTUALITY_none)
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
attribute.c 321 case DW_VIRTUALITY_none:
333 return DW_VIRTUALITY_none;
read.c 10780 if (attr != nullptr && attr->as_virtuality () != DW_VIRTUALITY_none)
  /src/external/gpl3/gcc/dist/include/
dwarf2.h 175 DW_VIRTUALITY_none = 0,
  /src/external/gpl3/gcc.old/dist/include/
dwarf2.h 175 DW_VIRTUALITY_none = 0,
  /src/external/gpl3/binutils/dist/include/
dwarf2.h 180 DW_VIRTUALITY_none = 0,
  /src/external/gpl3/binutils.old/dist/include/
dwarf2.h 180 DW_VIRTUALITY_none = 0,
  /src/external/gpl3/gdb.old/dist/include/
dwarf2.h 180 DW_VIRTUALITY_none = 0,
  /src/external/gpl3/gdb/dist/include/
dwarf2.h 180 DW_VIRTUALITY_none = 0,
  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf.h 704 #define DW_VIRTUALITY_none 0x00
dwarf_dump.c 1594 case DW_VIRTUALITY_none:
1595 *s = "DW_VIRTUALITY_none"; break;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 2022 case dwarf::DW_VIRTUALITY_none:
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp 2162 if (N->getVirtuality() != dwarf::DW_VIRTUALITY_none ||
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 3371 case DW_VIRTUALITY_none: printf ("(none)"); break;
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 3294 case DW_VIRTUALITY_none: printf ("(none)"); break;

Completed in 85 milliseconds