Searched refs:relocationNeedsStub (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h155 bool relocationNeedsStub(const RelocationRef &R) const override;
H A DRuntimeDyldImpl.h427 virtual bool relocationNeedsStub(const RelocationRef &R) const { function in class:llvm::RuntimeDyldImpl
H A DRuntimeDyld.cpp439 if (relocationNeedsStub(Reloc))
H A DRuntimeDyldELF.cpp1854 bool RuntimeDyldELF::relocationNeedsStub(const RelocationRef &R) const { function in class:llvm::RuntimeDyldELF

Completed in 61 milliseconds