Searched refs:addDynTlsEntry (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h127 bool addDynTlsEntry(Symbol &sym);
208 void addDynTlsEntry(InputFile &file, Symbol &sym);
H A DRelocations.cpp163 in.mipsGot->addDynTlsEntry(*c.file, sym);
190 if (in.got->addDynTlsEntry(sym)) {
264 if (in.got->addDynTlsEntry(sym)) {
H A DSyntheticSections.cpp617 bool GotSection::addDynTlsEntry(Symbol &sym) { function in class:GotSection
694 void MipsGotSection::addDynTlsEntry(InputFile &file, Symbol &sym) { function in class:MipsGotSection

Completed in 72 milliseconds