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.h215 bool relocationNeedsStub(const RelocationRef &R) const override;
H A DRuntimeDyldImpl.h449 virtual bool relocationNeedsStub(const RelocationRef &R) const { in relocationNeedsStub() function
H A DRuntimeDyld.cpp694 if (relocationNeedsStub(Reloc)) in computeSectionStubBufSize()
H A DRuntimeDyldELF.cpp2949 bool RuntimeDyldELF::relocationNeedsStub(const RelocationRef &R) const { in relocationNeedsStub() function in llvm::RuntimeDyldELF