Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h221 const Symbol *getFirstGlobalEntry() const;
H A DSyntheticSections.cpp882 const Symbol *MipsGotSection::getFirstGlobalEntry() const { in getFirstGlobalEntry() function in MipsGotSection
1593 if (const Symbol *b = ctx.in.mipsGot->getFirstGlobalEntry()) in computeContents()