Home
last modified time | relevance | path

Searched refs:Cobol (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h150 Cobol = 0x06, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp170 return PDB_Lang::Cobol; in getLanguage()
/third_party/icu/docs/userguide/usefrom/
Dcobol.md3 title: Cobol
72 > :point_right: **Note**: Parts of identifier names in Cobol are separated by `-`, not by `_` as in…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp207 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Cobol, OS) in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp93 CV_ENUM_ENT(SourceLanguage, Cobol), CV_ENUM_ENT(SourceLanguage, Link),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp725 return SourceLanguage::Cobol; in MapDWLangToCVLang()