Home
last modified time | relevance | path

Searched refs:isInGot (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DSymbols.h71 bool isInGot() const { return gotIndex != UINT32_MAX; } in isInGot() function
83 uint64_t resolveGotVA() const { return isInGot() ? getGotVA() : getVA(); } in resolveGotVA()
84 uint64_t resolveTlvVA() const { return isInGot() ? getTlvVA() : getVA(); } in resolveTlvVA()
H A DInputSection.cpp202 !referentSym->isInGot()) in writeTo()
H A DSyntheticSections.cpp325 assert(!sym->isInGot()); in addEntry()
/llvm-project-15.0.7/lld/ELF/
H A DSymbols.h196 bool isInGot() const { return getGotIdx() != uint32_t(-1); } in isInGot() function
H A DSyntheticSections.cpp2099 if (l.sym->isInGot() && r.sym->isInGot()) in sortMipsSymbols()
2101 if (!l.sym->isInGot() && !r.sym->isInGot()) in sortMipsSymbols()
2103 return !l.sym->isInGot(); in sortMipsSymbols()