Home
last modified time | relevance | path

Searched refs:DW_LANG_C_plus_plus (Results 1 – 13 of 13) sorted by relevance

/freebsd-10-stable/lib/libdwarf/
Ddwarf.h374 #define DW_LANG_C_plus_plus 0x0004 macro
Ddwarf_dump.c445 case DW_LANG_C_plus_plus: printf ("(C++)"); break;
/freebsd-10-stable/contrib/gcc/
Ddwarf2.h785 DW_LANG_C_plus_plus = 0x0004, enumerator
Ddwarf2out.c5419 || lang == DW_LANG_C_plus_plus || lang == DW_LANG_ObjC_plus_plus); in is_c_family()
5429 return lang == DW_LANG_C_plus_plus || lang == DW_LANG_ObjC_plus_plus; in is_cxx()
12436 language = DW_LANG_C_plus_plus; in gen_compile_unit_die()
DChangeLog-20068541 DW_LANG_C_plus_plus.
/freebsd-10-stable/contrib/binutils/include/elf/
Ddwarf2.h780 DW_LANG_C_plus_plus = 0x0004, enumerator
/freebsd-10-stable/contrib/llvm/lib/Support/
DDwarf.cpp563 case DW_LANG_C_plus_plus: return "DW_LANG_C_plus_plus"; in LanguageString()
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DDwarf.h592 DW_LANG_C_plus_plus = 0x0004, enumerator
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp67 case dwarf::DW_LANG_C_plus_plus: in getDefaultLowerBound()
1026 if (getLanguage() != dwarf::DW_LANG_C_plus_plus) in getParentContextString()
DDwarfDebug.cpp1057 return CU->getLanguage() == dwarf::DW_LANG_C_plus_plus && in shouldAddODRHash()
2431 dwarf::GIEK_TYPE, CU->getLanguage() != dwarf::DW_LANG_C_plus_plus in computeIndexValue()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGDebugInfo.cpp364 LangTag = llvm::dwarf::DW_LANG_C_plus_plus; in CreateCompileUnit()
597 if (TheCU.getLanguage() != llvm::dwarf::DW_LANG_C_plus_plus || in getUniqueTagTypeName()
/freebsd-10-stable/contrib/binutils/binutils/
Ddwarf.c1229 case DW_LANG_C_plus_plus: printf ("(C++)"); break; in read_and_display_attr_value()
/freebsd-10-stable/contrib/gdb/gdb/
Ddwarf2read.c5032 case DW_LANG_C_plus_plus: in set_cu_language()