Home
last modified time | relevance | path

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

/external/llvm-project/lld/MachO/
DSymbols.h63 bool isInGot() const { return gotIndex != UINT32_MAX; } in isInGot() function
/external/llvm-project/lld/ELF/
DSymbols.h190 bool isInGot() const { return gotIndex != -1U; } in isInGot() function