Home
last modified time | relevance | path

Searched refs:DW_LANG_ObjC_plus_plus (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.h235 case DW_LANG_ObjC_plus_plus: in isCPlusPlus()
291 case DW_LANG_ObjC_plus_plus: in isFortran()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h95 *Lang == dwarf::DW_LANG_ObjC_plus_plus); in CompileUnit()
/freebsd-12-stable/contrib/elftoolchain/libdwarf/
Ddwarf.h523 #define DW_LANG_ObjC_plus_plus 0x0011 macro
Ddwarf_dump.c785 case DW_LANG_ObjC_plus_plus: in dwarf_get_LANG_name()
/freebsd-12-stable/contrib/binutils/include/elf/
Ddwarf2.h794 DW_LANG_ObjC_plus_plus = 0x0011, enumerator
DChangeLog228 (DW_LANG_PLI, DW_LANG_ObjC, DW_LANG_ObjC_plus_plus, DW_LANG_UPC,
/freebsd-12-stable/contrib/gcc/
Ddwarf2.h800 DW_LANG_ObjC_plus_plus = 0x0011, 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()
12450 language = DW_LANG_ObjC_plus_plus; in gen_compile_unit_die()
DChangeLog-200610662 (DW_LANG_PLI, DW_LANG_ObjC, DW_LANG_ObjC_plus_plus, DW_LANG_UPC,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
DDwarfTransformer.cpp149 Language == dwarf::DW_LANG_ObjC_plus_plus || in getQualifiedNameIndex()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp127 case dwarf::DW_LANG_ObjC_plus_plus: in getDefaultLowerBound()
/freebsd-12-stable/contrib/binutils/binutils/
Ddwarf.c1244 case DW_LANG_ObjC_plus_plus: printf ("(Objective C++)"); break; in read_and_display_attr_value()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1481 RuntimeLang == dwarf::DW_LANG_ObjC_plus_plus) && in cloneDIE()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp543 LangTag = llvm::dwarf::DW_LANG_ObjC_plus_plus; in CreateCompileUnit()
977 case llvm::dwarf::DW_LANG_ObjC_plus_plus: in hasCXXMangling()