Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DRelocations.h130 bool hexagonNeedsTLSSymbol(ArrayRef<OutputSection *> outputSections);
DRelocations.cpp2035 bool elf::hexagonNeedsTLSSymbol(ArrayRef<OutputSection *> outputSections) { in hexagonNeedsTLSSymbol() function in elf
DWriter.cpp2075 if (config->emachine == EM_HEXAGON && hexagonNeedsTLSSymbol(outputSections)) { in finalizeSections()