Home
last modified time | relevance | path

Searched refs:InX (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DWriter.cpp337 InX<ELFT>::VerSym = make<VersionTableSection<ELFT>>(); in createSyntheticSections()
338 Add(InX<ELFT>::VerSym); in createSyntheticSections()
345 InX<ELFT>::VerNeed = make<VersionNeedSection<ELFT>>(); in createSyntheticSections()
346 Add(InX<ELFT>::VerNeed); in createSyntheticSections()
1709 InX<ELFT>::VerNeed->addSymbol(Sym); in finalizeSections()
1790 finalizeSynthetic(InX<ELFT>::VerSym); in finalizeSections()
1791 finalizeSynthetic(InX<ELFT>::VerNeed); in finalizeSections()
H A DSyntheticSections.h1033 template <class ELFT> struct InX { struct
1038 template <class ELFT> VersionTableSection<ELFT> *InX<ELFT>::VerSym; argument
1039 template <class ELFT> VersionNeedSection<ELFT> *InX<ELFT>::VerNeed;
H A DSyntheticSections.cpp1400 bool HasVerNeed = InX<ELFT>::VerNeed->getNeedNum() != 0; in finalizeContents()
1402 addInSec(DT_VERSYM, InX<ELFT>::VerSym); in finalizeContents()
1408 addInSec(DT_VERNEED, InX<ELFT>::VerNeed); in finalizeContents()
1409 addInt(DT_VERNEEDNUM, InX<ELFT>::VerNeed->getNeedNum()); in finalizeContents()
2781 return !In.VerDef && InX<ELFT>::VerNeed->empty(); in empty()
H A DDriver.cpp1449 InX<ELFT>::VerSym = nullptr; in link()
1450 InX<ELFT>::VerNeed = nullptr; in link()