Searched refs:VersionIndex (Results 1 – 2 of 2) sorted by relevance
871 size_t VersionIndex = SymbolVersionIndex & llvm::ELF::VERSYM_VERSION; in getSymbolVersionByIndex() local874 if (VersionIndex == llvm::ELF::VER_NDX_LOCAL || in getSymbolVersionByIndex()875 VersionIndex == llvm::ELF::VER_NDX_GLOBAL) { in getSymbolVersionByIndex()881 if (VersionIndex >= VersionMap.size() || !VersionMap[VersionIndex]) in getSymbolVersionByIndex()883 Twine(VersionIndex) + " which is missing"); in getSymbolVersionByIndex()885 const VersionEntry &Entry = *VersionMap[VersionIndex]; in getSymbolVersionByIndex()
1366 unsigned VersionIndex, in AppendTargetClonesMangling() argument1369 StringRef FeatureStr = Attr->getFeatureStr(VersionIndex); in AppendTargetClonesMangling()1375 Out << '.' << Attr->getMangledIndex(VersionIndex); in AppendTargetClonesMangling()3591 for (unsigned VersionIndex = 0; VersionIndex < TC->featuresStrs_size(); in emitMultiVersionFunctions() local3592 ++VersionIndex) { in emitMultiVersionFunctions()3593 if (!TC->isFirstOfVersion(VersionIndex)) in emitMultiVersionFunctions()3596 VersionIndex}; in emitMultiVersionFunctions()3597 StringRef Version = TC->getFeatureStr(VersionIndex); in emitMultiVersionFunctions()