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:143
Enumerators
Name | Value | Comment |
---|---|---|
C | 0 | |
Cpp | 1 | |
Fortran | 2 | |
Masm | 3 | |
Pascal | 4 | |
Basic | 5 | |
Cobol | 6 | |
Link | 7 | |
Cvtres | 8 | |
Cvtpgd | 9 | |
CSharp | 10 | |
VB | 11 | |
ILAsm | 12 | |
Java | 13 | |
JScript | 14 | |
MSIL | 15 | |
HLSL | 16 | |
D | 68 | The DMD & Swift compilers emit 'D' and 'S', respectively, for the CV source language. Microsoft does not have enumerators for them yet. |
Swift | 83 | The DMD & Swift compilers emit 'D' and 'S', respectively, for the CV source language. Microsoft does not have enumerators for them yet. |