Home
last modified time | relevance | path

Searched refs:sizeAfterAddingDLLImportStub (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.h51 unsigned sizeAfterAddingDLLImportStub(unsigned Size) const override { in sizeAfterAddingDLLImportStub() function
H A DRuntimeDyldImpl.h459 virtual unsigned sizeAfterAddingDLLImportStub(unsigned Size) const { in sizeAfterAddingDLLImportStub() function
H A DRuntimeDyld.cpp697 StubBufSize = sizeAfterAddingDLLImportStub(StubBufSize); in computeSectionStubBufSize()