Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbols.h69 bool isInGot() const { return gotIndex != UINT32_MAX; } in isInGot() function
82 uint64_t resolveGotVA() const { return isInGot() ? getGotVA() : getVA(); } in resolveGotVA()
83 uint64_t resolveTlvVA() const { return isInGot() ? getTlvVA() : getVA(); } in resolveTlvVA()
H A DInputSection.cpp240 !referentSym->isInGot()) in writeTo()
H A DUnwindInfoSection.cpp310 d->isInGot(); in prepareRelocations()
H A DSyntheticSections.cpp339 assert(!sym->isInGot()); in addEntry()
929 assert(objcMsgSend->isInGot()); in setUp()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h198 bool isInGot(Ctx &ctx) const { return getGotIdx(ctx) != uint32_t(-1); } in isInGot() function
H A DSyntheticSections.cpp2178 if (l.sym->isInGot(ctx) && r.sym->isInGot(ctx)) in sortMipsSymbols()
2180 if (!l.sym->isInGot(ctx) && !r.sym->isInGot(ctx)) in sortMipsSymbols()
2182 return !l.sym->isInGot(ctx); in sortMipsSymbols()