Home
last modified time | relevance | path

Searched refs:addTlsDescEntry (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h115 bool addTlsDescEntry(const Symbol &sym);
H A DRelocations.cpp1815 got->addTlsDescEntry(sym); in postScanRelocations()
H A DSyntheticSections.cpp662 bool GotSection::addTlsDescEntry(const Symbol &sym) { in addTlsDescEntry() function in GotSection