Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h161 bool relocationNeedsGot(const RelocationRef &R) const override;
H A DRuntimeDyldImpl.h439 virtual bool relocationNeedsGot(const RelocationRef &R) const { in relocationNeedsGot() function
H A DRuntimeDyld.cpp658 if (relocationNeedsGot(Reloc)) in computeGOTSize()
H A DRuntimeDyldELF.cpp2365 bool RuntimeDyldELF::relocationNeedsGot(const RelocationRef &R) const { in relocationNeedsGot() function in llvm::RuntimeDyldELF