Searched refs:FixedFieldsNames (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/tools/llvm-rc/ |
H A D | ResourceScriptStmt.cpp | 216 VersionInfoFixed::FixedFieldsNames[VersionInfoFixed::FtNumTypes] = { member in llvm::rc::VersionInfoFixed 221 {FixedFieldsNames[FtFileVersion], FtFileVersion}, 222 {FixedFieldsNames[FtProductVersion], FtProductVersion}, 223 {FixedFieldsNames[FtFileFlagsMask], FtFileFlagsMask}, 224 {FixedFieldsNames[FtFileFlags], FtFileFlags}, 225 {FixedFieldsNames[FtFileOS], FtFileOS}, 226 {FixedFieldsNames[FtFileType], FtFileType}, 227 {FixedFieldsNames[FtFileSubtype], FtFileSubtype}}; 256 OS << " Fixed: " << FixedFieldsNames[Type] << ":"; in log()
|
H A D | ResourceScriptStmt.h | 865 static const StringRef FixedFieldsNames[FtNumTypes]; variable
|