Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h148 virtual bool allowStubAllocation() const { return true; } in allowStubAllocation() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1323 MemMgr.allowStubAllocation()) { in processRelocationRef()
1782 if (Value.SymbolName && MemMgr.allowStubAllocation()) { in processRelocationRef()
H A DRuntimeDyld.cpp670 if (!MemMgr.allowStubAllocation()) { in computeSectionStubBufSize()