Home
last modified time | relevance | path

Searched refs:HasStrings (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp1453 bool HasStrings = false, HasInts = false; in writeVersionInfoValue() local
1455 (Item.isInt() ? HasInts : HasStrings) = true; in writeVersionInfoValue()
1457 assert((HasStrings || HasInts) && "VALUE must have at least one argument"); in writeVersionInfoValue()
1458 if (HasStrings && HasInts) in writeVersionInfoValue()
1465 writeInt<uint16_t>(HasStrings); in writeVersionInfoValue()
1486 if (HasStrings) { in writeVersionInfoValue()