Home
last modified time | relevance | path

Searched refs:relocationNeedsStub (Results 1 – 8 of 8) 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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h162 bool relocationNeedsStub(const RelocationRef &R) const override;
DRuntimeDyldImpl.h465 virtual bool relocationNeedsStub(const RelocationRef &R) const { in relocationNeedsStub() function
DRuntimeDyld.cpp598 if (relocationNeedsStub(Reloc)) in computeSectionStubBufSize()
DRuntimeDyldELF.cpp1918 bool RuntimeDyldELF::relocationNeedsStub(const RelocationRef &R) const { in relocationNeedsStub() function in llvm::RuntimeDyldELF