Home
last modified time | relevance | path

Searched refs:getMaxIFuncStubSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h210 unsigned getMaxIFuncStubSize() const;
H A DRuntimeDyldELF.cpp2720 IFuncStubOffset += getMaxIFuncStubSize(); in processNewSymbol()
2911 assert(sizeof(StubCode) <= getMaxIFuncStubSize() && in createIFuncStub()
2924 unsigned RuntimeDyldELF::getMaxIFuncStubSize() const { in getMaxIFuncStubSize() function in llvm::RuntimeDyldELF