Home
last modified time | relevance | path

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

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