Home
last modified time | relevance | path

Searched refs:ObjCpp (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBSymbolCompiland.cpp106 .Case(".mm", Lang == PDB_Lang::ObjCpp) in getSourceFileFullPath()
HDPDBExtras.cpp237 CASE_OUTPUT_ENUM_CLASS_STR(PDB_Lang, ObjCpp, "ObjC++", OS) in operator <<()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDCodeView.h165 ObjCpp = 0x12, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDEnumTables.cpp108 CV_ENUM_ENT(SourceLanguage, ObjC), CV_ENUM_ENT(SourceLanguage, ObjCpp),
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalSymbolDumper.cpp215 RETURN_CASE(SourceLanguage, ObjCpp, "objc++"); in formatSourceLanguage()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDSymbolFilePDB.cpp85 case PDB_Lang::ObjCpp: in TranslateLanguage()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDSymbolFileNativePDB.cpp80 case PDB_Lang::ObjCpp: in TranslateLanguage()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp604 return SourceLanguage::ObjCpp; in MapDWLangToCVLang()