Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1973 uint32_t compatVersion) { in getSyntheticDylib() argument
1984 dylib->compatibilityVersion = compatVersion; in getSyntheticDylib()
2012 StringRef compatVersion; in handleLDPreviousSymbol() local
2020 std::tie(compatVersion, name) = name.split('$'); in handleLDPreviousSymbol()
2051 if (!compatVersion.empty()) { in handleLDPreviousSymbol()
2053 if (cVersion.tryParse(compatVersion)) { in handleLDPreviousSymbol()
H A DInputFiles.h271 uint32_t compatVersion);