Home
last modified time | relevance | path

Searched refs:isTls (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp201 return isAbsolute(sym) || sym.isTls(); in isAbsoluteValue()
1102 } else if (!sym.isTls() || config->emachine != EM_LOONGARCH) { in processAux()
1536 if (sym.isTls() || oneof<R_TLSDESC_PC, R_TLSDESC_CALL>(expr)) { in scanOne()
1809 if (!sym.isTls()) in postScanRelocations()
H A DSymbols.h365 bool isTls() const { return type == llvm::ELF::STT_TLS; } in isTls() function
H A DSymbols.cpp133 if (d.isTls() && !config->relocatable) { in getSymVA()
H A DInputFiles.cpp1250 if (LLVM_UNLIKELY(sym.isTls()) && eSym.getType() != STT_TLS && in postParse()
H A DSyntheticSections.cpp745 } else if (sym.isTls()) in addEntry()
815 if (sym->isTls()) in getSymEntryOffset()