Searched refs:hexagonNeedsTLSSymbol (Results 1 – 3 of 3) sorted by relevance
151 bool hexagonNeedsTLSSymbol(ArrayRef<OutputSection *> outputSections);
2366 bool elf::hexagonNeedsTLSSymbol(ArrayRef<OutputSection *> outputSections) { in hexagonNeedsTLSSymbol() function in elf
1905 if (config->emachine == EM_HEXAGON && hexagonNeedsTLSSymbol(outputSections)) { in finalizeSections()