Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/MachO/ !
H A DSymbols.h71 bool isInGot() const { return gotIndex != UINT32_MAX; } in isInGot() function
84 uint64_t resolveGotVA() const { return isInGot() ? getGotVA() : getVA(); } in resolveGotVA()
85 uint64_t resolveTlvVA() const { return isInGot() ? getTlvVA() : getVA(); } in resolveTlvVA()
H A DInputSection.cpp241 !referentSym->isInGot()) in writeTo()
H A DUnwindInfoSection.cpp310 d->isInGot(); in prepareRelocations()
H A DSyntheticSections.cpp340 assert(!sym->isInGot()); in addEntry()
930 assert(objcMsgSend->isInGot()); in setUp()
/src/contrib/llvm-project/lld/ELF/ !
H A DSymbols.h219 bool isInGot() const { return getGotIdx() != uint32_t(-1); } in isInGot() function
H A DSyntheticSections.cpp2120 if (l.sym->isInGot() && r.sym->isInGot()) in sortMipsSymbols()
2122 if (!l.sym->isInGot() && !r.sym->isInGot()) in sortMipsSymbols()
2124 return !l.sym->isInGot(); in sortMipsSymbols()