Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.h225 uint32_t *minor, bool *gotVersion = nullptr);
H A DDriverUtils.cpp123 bool *gotVersion) { in parseSubsystem() argument
142 if (gotVersion) in parseSubsystem()
143 *gotVersion = !ver.empty(); in parseSubsystem()
H A DDriver.cpp455 bool gotVersion = false; in parseDirectives() local
458 &ctx.config.minorSubsystemVersion, &gotVersion); in parseDirectives()
459 if (gotVersion) { in parseDirectives()