Home
last modified time | relevance | path

Searched refs:VersionIndex (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELF.h871 size_t VersionIndex = SymbolVersionIndex & llvm::ELF::VERSYM_VERSION; in getSymbolVersionByIndex() local
874 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()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp1366 unsigned VersionIndex, in AppendTargetClonesMangling() argument
1369 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() local
3592 ++VersionIndex) { in emitMultiVersionFunctions()
3593 if (!TC->isFirstOfVersion(VersionIndex)) in emitMultiVersionFunctions()
3596 VersionIndex}; in emitMultiVersionFunctions()
3597 StringRef Version = TC->getFeatureStr(VersionIndex); in emitMultiVersionFunctions()