Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h215 uint64_t getTlsIndexOffset(const InputFile *f) const;
H A DInputSection.cpp877 return ctx.in.mipsGot->getVA() + ctx.in.mipsGot->getTlsIndexOffset(file) - in getRelocTargetVA()
H A DSyntheticSections.cpp870 uint64_t MipsGotSection::getTlsIndexOffset(const InputFile *f) const { in getTlsIndexOffset() function in MipsGotSection