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 DDriverUtils.cpp121 bool *gotVersion) { in parseSubsystem() argument
140 if (gotVersion) in parseSubsystem()
141 *gotVersion = !ver.empty(); in parseSubsystem()
H A DDriver.h211 uint32_t *minor, bool *gotVersion = nullptr);
H A DDriver.cpp545 bool gotVersion = false; in parseDirectives() local
548 &ctx.config.minorSubsystemVersion, &gotVersion); in parseDirectives()
549 if (gotVersion) { in parseDirectives()