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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.h129 bool hexagonNeedsTLSSymbol(ArrayRef<OutputSection *> outputSections);
H A DRelocations.cpp1999 // hexagonNeedsTLSSymbol scans for relocations would require a call to
2002 bool elf::hexagonNeedsTLSSymbol(ArrayRef<OutputSection *> outputSections) { function in class:elf
H A DWriter.cpp2039 if (config->emachine == EM_HEXAGON && hexagonNeedsTLSSymbol(outputSections)) {

Completed in 197 milliseconds