enum BuildInfoRecord::BuildInfoArg
Description
Indices of known build info arguments.
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:683
Enumerators
Name | Value | Comment |
---|---|---|
CurrentDirectory | 0 | Absolute CWD path |
BuildTool | 1 | Absolute compiler path |
SourceFile | 2 | Path to main source file, relative or absolute |
TypeServerPDB | 3 | Absolute path of type server PDB (/Fd) |
CommandLine | 4 | Full canonical command line (maybe -cc1) |
MaxArgs | 5 |