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