Searched defs:isGOTAccess (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lld/lib/ReaderWriter/MachO/ | ||
D | ArchHandler.h | 48 virtual bool isGOTAccess(const Reference &, bool &canBypassGOT) { in isGOTAccess() function |
D | ArchHandler_arm64.cpp | 43 bool isGOTAccess(const Reference &ref, bool &canBypassGOT) override { in isGOTAccess() function in lld::mach_o::ArchHandler_arm64 |
D | ArchHandler_x86_64.cpp | 42 bool isGOTAccess(const Reference &ref, bool &canBypassGOT) override { in isGOTAccess() function in lld::mach_o::ArchHandler_x86_64 |