Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h960 size_t VersionIndex = SymbolVersionIndex & llvm::ELF::VERSYM_VERSION; in getSymbolVersionByIndex() local
963 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()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1794 unsigned VersionIndex, in AppendTargetClonesMangling() argument
1798 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() local
4186 ++VersionIndex) { in emitMultiVersionFunctions()
4187 if (!TC->isFirstOfVersion(VersionIndex)) in emitMultiVersionFunctions()
4190 VersionIndex}; in emitMultiVersionFunctions()
4191 StringRef Version = TC->getFeatureStr(VersionIndex); in emitMultiVersionFunctions()