Searched refs:compatVersion (Results 1 – 2 of 2) sorted by relevance
2006 uint32_t compatVersion) { in getSyntheticDylib() argument2017 dylib->compatibilityVersion = compatVersion; in getSyntheticDylib()2045 StringRef compatVersion; in handleLDPreviousSymbol() local2053 std::tie(compatVersion, name) = name.split('$'); in handleLDPreviousSymbol()2083 if (!compatVersion.empty()) { in handleLDPreviousSymbol()2085 if (cVersion.tryParse(compatVersion)) { in handleLDPreviousSymbol()
263 uint32_t compatVersion);