Home
last modified time | relevance | path

Searched defs:canBypassGOT (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DGOTPass.cpp105 bool canBypassGOT; in perform() local
139 bool shouldReplaceTargetWithGOTAtom(const Atom *target, bool canBypassGOT) { in shouldReplaceTargetWithGOTAtom()
DArchHandler.h48 virtual bool isGOTAccess(const Reference &, bool &canBypassGOT) { in isGOTAccess()
DArchHandler_arm64.cpp43 bool isGOTAccess(const Reference &ref, bool &canBypassGOT) override { in isGOTAccess()
DArchHandler_x86_64.cpp42 bool isGOTAccess(const Reference &ref, bool &canBypassGOT) override { in isGOTAccess()