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.cpp2021 uint32_t compatVersion) { in getSyntheticDylib() argument
2032 dylib->compatibilityVersion = compatVersion; in getSyntheticDylib()
2060 StringRef compatVersion; in handleLDPreviousSymbol() local
2068 std::tie(compatVersion, name) = name.split('$'); in handleLDPreviousSymbol()
2099 if (!compatVersion.empty()) { in handleLDPreviousSymbol()
2101 if (cVersion.tryParse(compatVersion)) { in handleLDPreviousSymbol()
H A DInputFiles.h272 uint32_t compatVersion);