enum SourceLanguage

Description

These values correspond to the CV_CFL_LANG enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/bw3aekw6.aspx

Declared at: llvm/include/llvm/DebugInfo/CodeView/CodeView.h:146

Enumerators

NameValueComment
C0
Cpp1
Fortran2
Masm3
Pascal4
Basic5
Cobol6
Link7
Cvtres8
Cvtpgd9
CSharp10
VB11
ILAsm12
Java13
JScript14
MSIL15
HLSL16
Rust21
D68The DMD & Swift compilers emit 'D' and 'S', respectively, for the CV source language. Microsoft does not have enumerators for them yet.
Swift83The DMD & Swift compilers emit 'D' and 'S', respectively, for the CV source language. Microsoft does not have enumerators for them yet.