Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h196 bool relocationNeedsStub(const RelocationRef &R) const override;
H A DRuntimeDyldImpl.h454 virtual bool relocationNeedsStub(const RelocationRef &R) const { in relocationNeedsStub() function
H A DRuntimeDyld.cpp694 if (relocationNeedsStub(Reloc)) in computeSectionStubBufSize()
H A DRuntimeDyldELF.cpp2548 bool RuntimeDyldELF::relocationNeedsStub(const RelocationRef &R) const { in relocationNeedsStub() function in llvm::RuntimeDyldELF