Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDRelocations.h151 bool hexagonNeedsTLSSymbol(ArrayRef<OutputSection *> outputSections);
HDRelocations.cpp2366 bool elf::hexagonNeedsTLSSymbol(ArrayRef<OutputSection *> outputSections) { in hexagonNeedsTLSSymbol() function in elf
HDWriter.cpp1905 if (config->emachine == EM_HEXAGON && hexagonNeedsTLSSymbol(outputSections)) { in finalizeSections()