Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DDriver.h168 uint32_t *minor, bool *gotVersion = nullptr);
DDriverUtils.cpp115 uint32_t *minor, bool *gotVersion) { in parseSubsystem() argument
135 if (gotVersion) in parseSubsystem()
136 *gotVersion = !ver.empty(); in parseSubsystem()
DDriver.cpp413 bool gotVersion = false; in parseDirectives() local
416 &config->minorSubsystemVersion, &gotVersion); in parseDirectives()
417 if (gotVersion) { in parseDirectives()