Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1983 uint32_t compatVersion) { in getSyntheticDylib() argument
1994 dylib->compatibilityVersion = compatVersion; in getSyntheticDylib()
2022 StringRef compatVersion; in handleLDPreviousSymbol() local
2030 std::tie(compatVersion, name) = name.split('$'); in handleLDPreviousSymbol()
2061 if (!compatVersion.empty()) { in handleLDPreviousSymbol()
2063 if (cVersion.tryParse(compatVersion)) { in handleLDPreviousSymbol()
H A DInputFiles.h271 uint32_t compatVersion);