Home
last modified time | relevance | path

Searched defs:isInGot (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lld/MachO/
H A DSymbols.h71 bool isInGot() const { return gotIndex != UINT32_MAX; } isInGot() function
/llvm-project/lld/ELF/
H A DSymbols.h219 bool isInGot() const { return getGotIdx() != uint32_t(-1); } isInGot() function