Searched refs:isInGot (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.h181 bool isInGot() const { return gotIndex != -1U; } function in class:lld::elf::Symbol
H A DRelocations.cpp251 if (!sym.isInGot()) {
294 if (!sym.isInGot()) {
1400 } else if (!sym.isInGot()) {
H A DSyntheticSections.cpp1988 if (l.sym->isInGot() && r.sym->isInGot())
1990 if (!l.sym->isInGot() && !r.sym->isInGot())
1992 return !l.sym->isInGot();

Completed in 80 milliseconds