Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DDriver.h192 uint32_t *minor, bool *gotVersion = nullptr);
H A DDriverUtils.cpp122 uint32_t *minor, bool *gotVersion) { in parseSubsystem() argument
142 if (gotVersion) in parseSubsystem()
143 *gotVersion = !ver.empty(); in parseSubsystem()
H A DDriver.cpp422 bool gotVersion = false; in parseDirectives() local
425 &config->minorSubsystemVersion, &gotVersion); in parseDirectives()
426 if (gotVersion) { in parseDirectives()