Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.h138 uint64_t getTlsIndexVA() { return this->getVA() + tlsIndexOff; } in getTlsIndexVA() function
DInputSection.cpp848 return in.got->getTlsIndexVA() + a - p; in getRelocTargetVA()