Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDriver.h168 uint32_t *minor, bool *gotVersion = nullptr);
H A DDriverUtils.cpp121 uint32_t *minor, bool *gotVersion) { in parseSubsystem() argument
141 if (gotVersion) in parseSubsystem()
142 *gotVersion = !ver.empty(); in parseSubsystem()
H A DDriver.cpp421 bool gotVersion = false; in parseDirectives() local
424 &config->minorSubsystemVersion, &gotVersion); in parseDirectives()
425 if (gotVersion) { in parseDirectives()