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.h116 bool addTlsDescEntry(const Symbol &sym);
H A DRelocations.cpp1905 got->addTlsDescEntry(sym); in postScanRelocations()
H A DSyntheticSections.cpp688 bool GotSection::addTlsDescEntry(const Symbol &sym) { in addTlsDescEntry() function in GotSection