Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.h49 bool relocationNeedsDLLImportStub(const RelocationRef &R) const override;
H A DRuntimeDyldCOFF.cpp121 bool RuntimeDyldCOFF::relocationNeedsDLLImportStub( in relocationNeedsDLLImportStub() function in llvm::RuntimeDyldCOFF
H A DRuntimeDyldImpl.h454 virtual bool relocationNeedsDLLImportStub(const RelocationRef &R) const { in relocationNeedsDLLImportStub() function
H A DRuntimeDyld.cpp696 if (relocationNeedsDLLImportStub(Reloc)) in computeSectionStubBufSize()