Searched defs:getGotVA (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lld/MachO/ | ||
H A D | Symbols.cpp | 52 uint64_t Symbol::getGotVA() const { return in.got->getVA(gotIndex); } in getGotVA() function in Symbol |
/llvm-project/lld/ELF/ | ||
H A D | Symbols.cpp | 163 uint64_t Symbol::getGotVA() const { getGotVA() function in Symbol |