Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DDriver.h223 uint32_t *minor, bool *gotVersion = nullptr);
H A DDriverUtils.cpp120 bool *gotVersion) { in parseSubsystem() argument
139 if (gotVersion) in parseSubsystem()
140 *gotVersion = !ver.empty(); in parseSubsystem()
H A DDriver.cpp424 bool gotVersion = false; in parseDirectives() local
427 &ctx.config.minorSubsystemVersion, &gotVersion); in parseDirectives()
428 if (gotVersion) { in parseDirectives()