Searched refs:compatVersion (Results 1 – 2 of 2) sorted by relevance
1949 uint32_t compatVersion) { in getSyntheticDylib() argument1960 dylib->compatibilityVersion = compatVersion; in getSyntheticDylib()1988 StringRef compatVersion; in handleLDPreviousSymbol() local1996 std::tie(compatVersion, name) = name.split('$'); in handleLDPreviousSymbol()2027 if (!compatVersion.empty()) { in handleLDPreviousSymbol()2029 if (cVersion.tryParse(compatVersion)) { in handleLDPreviousSymbol()
264 uint32_t compatVersion);