enum BuildInfoRecord::BuildInfoArg

Description

Indices of known build info arguments.

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:678

Enumerators

NameValueComment
CurrentDirectory0Absolute CWD path
BuildTool1Absolute compiler path
SourceFile2Path to main source file, relative or absolute
TypeServerPDB3Absolute path of type server PDB (/Fd)
CommandLine4Full canonical command line (maybe -cc1)
MaxArgs5