Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDwarf.h252 return DW_LANG_C_plus_plus; in toDW_LANG()
254 return DW_LANG_C_plus_plus; in toDW_LANG()
384 case DW_LANG_C_plus_plus: in toDW_LNAME()
499 case DW_LANG_C_plus_plus: in isCPlusPlus()
589 case DW_LANG_C_plus_plus: in isFortran()
663 case DW_LANG_C_plus_plus: in isC()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDWARFLinkerUnit.h214 case dwarf::DW_LANG_C_plus_plus: in isODRLanguage()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
HDDWARFLinkerCompileUnit.h119 HasODR = CanUseODR && (*Lang == dwarf::DW_LANG_C_plus_plus || in CompileUnit()
/freebsd-14-stable/contrib/elftoolchain/libdwarf/
HDdwarf.h578 #define DW_LANG_C_plus_plus 0x0004 macro
HDdwarf_dump.c863 case DW_LANG_C_plus_plus: in dwarf_get_LANG_name()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
HDDwarfTransformer.cpp148 if (!(Language == dwarf::DW_LANG_C_plus_plus || in getQualifiedNameIndex()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.cpp110 case dwarf::DW_LANG_C_plus_plus: in getDefaultLowerBound()
HDCodeViewDebug.cpp577 case dwarf::DW_LANG_C_plus_plus: in MapDWLangToCVLang()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp584 LangTag = llvm::dwarf::DW_LANG_C_plus_plus; in CreateCompileUnit()
590 LangTag = llvm::dwarf::DW_LANG_C_plus_plus; in CreateCompileUnit()
1075 case llvm::dwarf::DW_LANG_C_plus_plus: in hasCXXMangling()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp4418 lang = DW_LANG_C_plus_plus; in GetLanguageFamily()