Home
last modified time | relevance | path

Searched refs:getTlsDescIdx (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lld/ELF/
H A DSymbols.h210 uint32_t getTlsDescIdx() const { return symAux[auxIdx].tlsDescIdx; } in getTlsDescIdx() function
H A DSyntheticSections.cpp653 return sym.getTlsDescIdx() * config->wordsize; in getTlsDescOffset()