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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h158 bool relocationNeedsStub(const RelocationRef &R) const override;
H A DRuntimeDyldImpl.h417 virtual bool relocationNeedsStub(const RelocationRef &R) const { function in class:llvm::RuntimeDyldImpl
H A DRuntimeDyld.cpp521 if (relocationNeedsStub(Reloc))
H A DRuntimeDyldELF.cpp1907 bool RuntimeDyldELF::relocationNeedsStub(const RelocationRef &R) const { function in class:llvm::RuntimeDyldELF

Completed in 89 milliseconds