Searched refs:compatVersion (Results 1 – 2 of 2) sorted by relevance
1973 uint32_t compatVersion) { in getSyntheticDylib() argument1984 dylib->compatibilityVersion = compatVersion; in getSyntheticDylib()2012 StringRef compatVersion; in handleLDPreviousSymbol() local2020 std::tie(compatVersion, name) = name.split('$'); in handleLDPreviousSymbol()2051 if (!compatVersion.empty()) { in handleLDPreviousSymbol()2053 if (cVersion.tryParse(compatVersion)) { in handleLDPreviousSymbol()
271 uint32_t compatVersion);