Searched refs:VersionIndex (Results 1 – 2 of 2) sorted by relevance
881 size_t VersionIndex = SymbolVersionIndex & llvm::ELF::VERSYM_VERSION; in getSymbolVersionByIndex() local884 if (VersionIndex == llvm::ELF::VER_NDX_LOCAL || in getSymbolVersionByIndex()885 VersionIndex == llvm::ELF::VER_NDX_GLOBAL) { in getSymbolVersionByIndex()891 if (VersionIndex >= VersionMap.size() || !VersionMap[VersionIndex]) in getSymbolVersionByIndex()893 Twine(VersionIndex) + " which is missing"); in getSymbolVersionByIndex()895 const VersionEntry &Entry = *VersionMap[VersionIndex]; in getSymbolVersionByIndex()
1401 unsigned VersionIndex, in AppendTargetClonesMangling() argument1404 StringRef FeatureStr = Attr->getFeatureStr(VersionIndex); in AppendTargetClonesMangling()1416 StringRef FeatureStr = Attr->getFeatureStr(VersionIndex); in AppendTargetClonesMangling()1422 Out << '.' << Attr->getMangledIndex(VersionIndex); in AppendTargetClonesMangling()3734 for (unsigned VersionIndex = 0; VersionIndex < TC->featuresStrs_size(); in emitMultiVersionFunctions() local3735 ++VersionIndex) { in emitMultiVersionFunctions()3736 if (!TC->isFirstOfVersion(VersionIndex)) in emitMultiVersionFunctions()3739 VersionIndex}; in emitMultiVersionFunctions()3740 StringRef Version = TC->getFeatureStr(VersionIndex); in emitMultiVersionFunctions()