Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h881 size_t VersionIndex = SymbolVersionIndex & llvm::ELF::VERSYM_VERSION; in getSymbolVersionByIndex() local
884 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()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp1401 unsigned VersionIndex, in AppendTargetClonesMangling() argument
1404 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() local
3735 ++VersionIndex) { in emitMultiVersionFunctions()
3736 if (!TC->isFirstOfVersion(VersionIndex)) in emitMultiVersionFunctions()
3739 VersionIndex}; in emitMultiVersionFunctions()
3740 StringRef Version = TC->getFeatureStr(VersionIndex); in emitMultiVersionFunctions()