Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
HDDWARFLinkerCompileUnit.h95 *Lang == dwarf::DW_LANG_ObjC_plus_plus); in CompileUnit()
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
HDdwarf.h523 #define DW_LANG_ObjC_plus_plus 0x0011 macro
HDdwarf_dump.c785 case DW_LANG_ObjC_plus_plus: in dwarf_get_LANG_name()
/freebsd-11-stable/contrib/gcc/
HDdwarf2.h800 DW_LANG_ObjC_plus_plus = 0x0011, enumerator
HDdwarf2out.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()
HDChangeLog-200610662 (DW_LANG_PLI, DW_LANG_ObjC, DW_LANG_ObjC_plus_plus, DW_LANG_UPC,
/freebsd-11-stable/contrib/binutils/include/elf/
HDdwarf2.h794 DW_LANG_ObjC_plus_plus = 0x0011, enumerator
HDChangeLog228 (DW_LANG_PLI, DW_LANG_ObjC, DW_LANG_ObjC_plus_plus, DW_LANG_UPC,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDwarf.h210 case DW_LANG_ObjC_plus_plus: in isCPlusPlus()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.cpp129 case dwarf::DW_LANG_ObjC_plus_plus: in getDefaultLowerBound()
/freebsd-11-stable/contrib/binutils/binutils/
HDdwarf.c1244 case DW_LANG_ObjC_plus_plus: printf ("(Objective C++)"); break; in read_and_display_attr_value()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp558 LangTag = llvm::dwarf::DW_LANG_ObjC_plus_plus; in CreateCompileUnit()
884 case llvm::dwarf::DW_LANG_ObjC_plus_plus: in hasCXXMangling()