Searched refs:VersionIndex (Results 1 – 2 of 2) sorted by relevance
960 size_t VersionIndex = SymbolVersionIndex & llvm::ELF::VERSYM_VERSION; in getSymbolVersionByIndex() local963 if (VersionIndex == llvm::ELF::VER_NDX_LOCAL || in getSymbolVersionByIndex()964 VersionIndex == llvm::ELF::VER_NDX_GLOBAL) { in getSymbolVersionByIndex()970 if (VersionIndex >= VersionMap.size() || !VersionMap[VersionIndex]) in getSymbolVersionByIndex()972 Twine(VersionIndex) + " which is missing"); in getSymbolVersionByIndex()974 const VersionEntry &Entry = *VersionMap[VersionIndex]; in getSymbolVersionByIndex()
1794 unsigned VersionIndex, in AppendTargetClonesMangling() argument1798 StringRef FeatureStr = Attr->getFeatureStr(VersionIndex); in AppendTargetClonesMangling()1817 StringRef FeatureStr = Attr->getFeatureStr(VersionIndex); in AppendTargetClonesMangling()1823 Out << '.' << Attr->getMangledIndex(VersionIndex); in AppendTargetClonesMangling()4185 for (unsigned VersionIndex = 0; VersionIndex < TC->featuresStrs_size(); in emitMultiVersionFunctions() local4186 ++VersionIndex) { in emitMultiVersionFunctions()4187 if (!TC->isFirstOfVersion(VersionIndex)) in emitMultiVersionFunctions()4190 VersionIndex}; in emitMultiVersionFunctions()4191 StringRef Version = TC->getFeatureStr(VersionIndex); in emitMultiVersionFunctions()