Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.h195 bool relocationNeedsGot(const RelocationRef &R) const override;
HDRuntimeDyldImpl.h449 virtual bool relocationNeedsGot(const RelocationRef &R) const { in relocationNeedsGot() function
HDRuntimeDyld.cpp660 if (relocationNeedsGot(Reloc)) in computeGOTSize()
HDRuntimeDyldELF.cpp2534 bool RuntimeDyldELF::relocationNeedsGot(const RelocationRef &R) const { in relocationNeedsGot() function in llvm::RuntimeDyldELF