Home
last modified time | relevance | path

Searched refs:compatVersion (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lld/MachO/
H A DInputFiles.cpp1949 uint32_t compatVersion) { in getSyntheticDylib() argument
1960 dylib->compatibilityVersion = compatVersion; in getSyntheticDylib()
1988 StringRef compatVersion; in handleLDPreviousSymbol() local
1996 std::tie(compatVersion, name) = name.split('$'); in handleLDPreviousSymbol()
2027 if (!compatVersion.empty()) { in handleLDPreviousSymbol()
2029 if (cVersion.tryParse(compatVersion)) { in handleLDPreviousSymbol()
H A DInputFiles.h264 uint32_t compatVersion);