Home
last modified time | relevance | path

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

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