Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp106 .Case(".mm", Lang == PDB_Lang::ObjCpp) in getSourceFileFullPath()
H A DPDBExtras.cpp237 CASE_OUTPUT_ENUM_CLASS_STR(PDB_Lang, ObjCpp, "ObjC++", OS) in operator <<()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h165 ObjCpp = 0x12, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp108 CV_ENUM_ENT(SourceLanguage, ObjC), CV_ENUM_ENT(SourceLanguage, ObjCpp),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp215 RETURN_CASE(SourceLanguage, ObjCpp, "objc++"); in formatSourceLanguage()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp85 case PDB_Lang::ObjCpp: in TranslateLanguage()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp80 case PDB_Lang::ObjCpp: in TranslateLanguage()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp604 return SourceLanguage::ObjCpp; in MapDWLangToCVLang()