Searched refs:isCallSite (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DStubsPass.cpp226 if (!this->isCallSite(*ref))
332 bool isCallSite(const Reference &ref) { function in class:lld::mach_o::StubsPass
333 return _archHandler.isCallSite(ref);
H A DArchHandler.h45 virtual bool isCallSite(const Reference &) = 0;
H A DArchHandler_x86.cpp40 bool isCallSite(const Reference &) override;
235 bool ArchHandler_x86::isCallSite(const Reference &ref) { function in class:lld::mach_o::ArchHandler_x86
H A DArchHandler_arm64.cpp91 bool isCallSite(const Reference &) override;
315 bool ArchHandler_arm64::isCallSite(const Reference &ref) { function in class:lld::mach_o::ArchHandler_arm64
H A DArchHandler_x86_64.cpp141 bool isCallSite(const Reference &) override;
340 bool ArchHandler_x86_64::isCallSite(const Reference &ref) { function in class:lld::mach_o::ArchHandler_x86_64
H A DArchHandler_arm.cpp38 bool isCallSite(const Reference &) override;
300 bool ArchHandler_arm::isCallSite(const Reference &ref) { function in class:lld::mach_o::ArchHandler_arm

Completed in 125 milliseconds